From b2bc129d478e2bec71f6b8dadc21c7290a40429a Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 11 Jun 2020 14:39:09 -0700 Subject: [PATCH] Update synapse to 1.15.0 doesn't work: https://github.com/matrix-org/matrix-synapse-ldap3/issues/92 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8ce2bdb..48c4782 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN mkdir -p /app/pkg WORKDIR /app/code -ARG VERSION=v1.14.0 +ARG VERSION=v1.15.0 # https://pythonspeed.com/articles/activate-virtualenv-dockerfile/ RUN virtualenv -p python3 /app/code/env