aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/build/docker-compose.yml4
-rw-r--r--app/deployment/im.hcl2
2 files changed, 3 insertions, 3 deletions
diff --git a/app/build/docker-compose.yml b/app/build/docker-compose.yml
index 5e28b99..de8ecf5 100644
--- a/app/build/docker-compose.yml
+++ b/app/build/docker-compose.yml
@@ -22,8 +22,8 @@ services:
context: ./matrix-synapse
args:
# https://github.com/matrix-org/synapse/releases
- VERSION: 1.23.0
- image: particallydone/amd64_synapse:v38
+ VERSION: 1.24.0
+ image: particallydone/amd64_synapse:v39
# Email
sogo:
diff --git a/app/deployment/im.hcl b/app/deployment/im.hcl
index 0823eac..242b360 100644
--- a/app/deployment/im.hcl
+++ b/app/deployment/im.hcl
@@ -8,7 +8,7 @@ job "im" {
driver = "docker"
config {
- image = "particallydone/amd64_synapse:v38"
+ image = "particallydone/amd64_synapse:v39"
network_mode = "host"
readonly_rootfs = true
command = "python"