Update synapse to 1.40.0

This commit is contained in:
Girish Ramakrishnan
2021-08-10 11:10:43 -07:00
parent 80425602a3
commit ad4d18e706
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Secure & decentralized communication",
"version": "1.28.0",
"version": "1.28.0-1",
"healthCheckPath": "/",
"httpPort": 8008,
"memoryLimit": 536870912,

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.39.0
ARG VERSION=v1.40.0
# Synapse (https://github.com/matrix-org/synapse/blob/master/INSTALL.md)
# lxml - required for previews