diff --git a/CloudronManifest.json b/CloudronManifest.json index 5788d58..a76014b 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Secure & decentralized communication", - "version": "1.41.0", + "version": "1.41.0-1", "upstreamVersion": "1.57.0", "healthCheckPath": "/", "httpPort": 8008, diff --git a/Dockerfile b/Dockerfile index ee68297..33290ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.57.0 +ARG VERSION=v1.57.1 # Synapse (https://github.com/matrix-org/synapse/blob/master/INSTALL.md) # lxml - required for previews