diff --git a/app/im/deploy/im.hcl b/app/im/deploy/im.hcl index cea9680..620a333 100644 --- a/app/im/deploy/im.hcl +++ b/app/im/deploy/im.hcl @@ -15,7 +15,7 @@ job "im" { driver = "docker" config { - image = "superboum/amd64_synapse:v51" + image = "superboum/amd64_synapse:v52" network_mode = "host" readonly_rootfs = true ports = [ "client_port", "federation_port" ] @@ -173,7 +173,7 @@ EOH task "server" { driver = "docker" config { - image = "superboum/amd64_riotweb:v28" + image = "superboum/amd64_riotweb:v29" ports = [ "web_port" ] volumes = [ "secrets/config.json:/srv/http/config.json"