Update to v1.3.1

This commit is contained in:
Matthias
2019-08-19 18:45:09 +02:00
parent 215d6dd87a
commit ae117d87c7
3 changed files with 5 additions and 2 deletions

View File

@@ -62,3 +62,6 @@
[0.2.7]
* Update to synapse v1.3.0
[0.2.8]
* Update to synapse v1.3.1

View File

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

View File

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