From 2a0610658d9875b24faf74c8ad7a12d17ab5d745 Mon Sep 17 00:00:00 2001 From: Quentin Date: Mon, 13 Sep 2021 18:52:12 +0200 Subject: Upgrade synapse+riot web --- app/im/deploy/im.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/im/deploy') diff --git a/app/im/deploy/im.hcl b/app/im/deploy/im.hcl index 68eb9fd..98ea9b7 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:v45" + image = "superboum/amd64_synapse:v46" network_mode = "host" readonly_rootfs = true ports = [ "client_port", "federation_port" ] @@ -140,7 +140,7 @@ job "im" { task "server" { driver = "docker" config { - image = "superboum/amd64_riotweb:v23" + image = "superboum/amd64_riotweb:v24" ports = [ "web_port" ] volumes = [ "secrets/config.json:/srv/http/config.json" -- cgit v1.2.3