Update to v1.10.1

This commit is contained in:
Matthias
2020-02-13 08:48:43 +01:00
parent 8a1e4fdc24
commit 7ddaa7a190
3 changed files with 9 additions and 2 deletions

View File

@@ -82,3 +82,10 @@
[0.3.5]
* Update to synapse v1.8.0
[0.3.6]
* Update to synapse v1.9.1
[0.3.7]
* Update to synapse v1.9.1

View File

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

View File

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