aboutsummaryrefslogtreecommitdiff
path: root/app/im
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2021-12-14 11:05:41 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2021-12-14 11:05:41 +0100
commite9ba2243e7144093558f1d4745993c43c6051bb0 (patch)
treeefcfc53f2d4c9ed6be7ad301e658ab1b096e0695 /app/im
parent3df786a5f5823b417aca769427fafd5674ae56fb (diff)
downloadinfrastructure-e9ba2243e7144093558f1d4745993c43c6051bb0.tar.gz
infrastructure-e9ba2243e7144093558f1d4745993c43c6051bb0.zip
Update Matrix
Diffstat (limited to 'app/im')
-rw-r--r--app/im/deploy/im.hcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/im/deploy/im.hcl b/app/im/deploy/im.hcl
index 4cbfad2..ddb95c8 100644
--- a/app/im/deploy/im.hcl
+++ b/app/im/deploy/im.hcl
@@ -15,7 +15,7 @@ job "im" {
driver = "docker"
config {
- image = "lxpz/deuxfleurs_synapse:1.47.1"
+ image = "superboum/amd64_synapse:v48"
network_mode = "host"
readonly_rootfs = true
ports = [ "client_port", "federation_port" ]
@@ -182,7 +182,7 @@ EOH
task "server" {
driver = "docker"
config {
- image = "superboum/amd64_riotweb:v25"
+ image = "superboum/amd64_riotweb:v26"
ports = [ "web_port" ]
volumes = [
"secrets/config.json:/srv/http/config.json"