Bump version

This commit is contained in:
Johannes Zellner
2023-02-14 16:29:37 +01:00
parent d9e1eca30e
commit ed9a5d5cd5
3 changed files with 8 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ RUN virtualenv -p python3 /app/code/env
ENV VIRTUAL_ENV=/app/code/env
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
ARG VERSION=v1.76.0
ARG VERSION=v1.77.0
ARG STORAGE_PROVIDER_VERSION=fa27fa1a92bcbeb42b10399641348bee0ddf2c72
# Synapse (https://github.com/matrix-org/synapse/blob/master/INSTALL.md)