Update to v1.11.0

This commit is contained in:
Matthias
2020-02-21 11:26:17 +01:00
parent c7ed1f102c
commit 5f773b9514
3 changed files with 5 additions and 2 deletions

View File

@@ -89,3 +89,6 @@
[0.3.7]
* Update to synapse v1.10.0
[0.3.8]
* Update to synapse v1.11.0

View File

@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "standalone matrix server",
"version": "0.3.7",
"version": "0.3.8",
"healthCheckPath": "/",
"httpPort": 8000,
"memoryLimit": 536870912,

View File

@@ -6,7 +6,7 @@ RUN mkdir -p /app/code/nginx
WORKDIR /app/code
ENV MATRIXVERSION=v1.10.0
ENV MATRIXVERSION=v1.11.0
EXPOSE 8000
EXPOSE 3478/udp