Update to 1.12.2

This commit is contained in:
Matthias
2020-04-03 09:17:29 +02:00
parent 3c8b86252d
commit 14bd0410e5
3 changed files with 6 additions and 2 deletions

View File

@@ -94,3 +94,7 @@
[0.4.0] [0.4.0]
* Update to synapse v1.12.0 * Update to synapse v1.12.0
[0.4.1]
* Update to synapse v1.12.2

View File

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

View File

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