Update synapse to 1.19.2

This commit is contained in:
Girish Ramakrishnan
2020-09-21 09:27:15 -07:00
parent cffa89120c
commit 9ea6ea74d5
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ RUN mkdir -p /app/pkg
WORKDIR /app/code
ARG VERSION=v1.19.1
ARG VERSION=v1.19.2
# https://pythonspeed.com/articles/activate-virtualenv-dockerfile/
RUN virtualenv -p python3 /app/code/env