Update to v1.11.0
This commit is contained in:
@@ -89,3 +89,6 @@
|
|||||||
[0.3.7]
|
[0.3.7]
|
||||||
* Update to synapse v1.10.0
|
* Update to synapse v1.10.0
|
||||||
|
|
||||||
|
[0.3.8]
|
||||||
|
* Update to synapse v1.11.0
|
||||||
|
|
||||||
|
|||||||
@@ -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.3.7",
|
"version": "0.3.8",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"memoryLimit": 536870912,
|
"memoryLimit": 536870912,
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ RUN mkdir -p /app/code/nginx
|
|||||||
|
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
|
||||||
ENV MATRIXVERSION=v1.10.0
|
ENV MATRIXVERSION=v1.11.0
|
||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
EXPOSE 3478/udp
|
EXPOSE 3478/udp
|
||||||
|
|||||||
Reference in New Issue
Block a user