Update to v1.6.1
This commit is contained in:
@@ -74,3 +74,8 @@
|
||||
[0.3.1]
|
||||
* Update to synapse v1.5.1
|
||||
|
||||
[0.3.3]
|
||||
* Update to synapse v1.6.0
|
||||
|
||||
[0.3.4]
|
||||
* Update to synapse v1.6.1
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "standalone matrix server",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.4",
|
||||
"healthCheckPath": "/",
|
||||
"httpPort": 8000,
|
||||
"memoryLimit": 536870912,
|
||||
|
||||
@@ -6,7 +6,7 @@ RUN mkdir -p /app/code/nginx
|
||||
|
||||
WORKDIR /app/code
|
||||
|
||||
ENV MATRIXVERSION=v1.5.1
|
||||
ENV MATRIXVERSION=v1.6.1
|
||||
|
||||
EXPOSE 8000
|
||||
EXPOSE 3478/udp
|
||||
|
||||
Reference in New Issue
Block a user