Update to v1.5.1

This commit is contained in:
Matthias
2019-11-07 09:49:27 +01:00
parent bea338c8cd
commit 31230d8ef4
3 changed files with 5 additions and 2 deletions

View File

@@ -71,3 +71,6 @@
[0.3.0]
* Update to synapse v1.4.1
[0.3.1]
* Update to synapse v1.5.1

View File

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

View File

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