Update to v1.3.0

This commit is contained in:
Matthias
2019-08-16 08:24:52 +02:00
parent e383fda928
commit 215d6dd87a
3 changed files with 5 additions and 2 deletions

View File

@@ -59,3 +59,6 @@
[0.2.6] [0.2.6]
* Update to synapse v1.2.1 * Update to synapse v1.2.1
[0.2.7]
* Update to synapse v1.3.0

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.2.6", "version": "0.2.7",
"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.2.1 ENV MATRIXVERSION=v1.3.0
EXPOSE 8000 EXPOSE 8000
EXPOSE 3478/udp EXPOSE 3478/udp