From a82f5e1de56fb1e6b0914f869d65487967792109 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 27 Oct 2020 09:02:38 -0700 Subject: [PATCH] Update synapse to 1.22.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7d155ec..6814fb4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN mkdir -p /app/pkg WORKDIR /app/code -ARG VERSION=v1.21.2 +ARG VERSION=v1.22.0 # https://pythonspeed.com/articles/activate-virtualenv-dockerfile/ RUN virtualenv -p python3 /app/code/env