Bump version for 1.32.0

This commit is contained in:
Johannes Zellner
2021-04-20 17:38:49 +02:00
parent bd6d954ddd
commit 169510a50d
4 changed files with 24 additions and 4 deletions

View File

@@ -4,13 +4,13 @@ RUN mkdir -p /app/pkg
WORKDIR /app/code
ARG VERSION=v1.31.0
# https://pythonspeed.com/articles/activate-virtualenv-dockerfile/
RUN virtualenv -p python3 /app/code/env
ENV VIRTUAL_ENV=/app/code/env
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
ARG VERSION=v1.32.0
# Synapse (https://github.com/matrix-org/synapse/blob/master/INSTALL.md)
# lxml - required for previews
RUN pip install --upgrade pip && \