From 4f506422e32494392be291d79ab665d93335b72b Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 18 May 2021 15:26:41 +0200 Subject: Upgrade matrix --- 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 382cc56..b631434 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:v43" + image = "superboum/amd64_synapse:v44" network_mode = "host" readonly_rootfs = true ports = [ "client_port", "federation_port" ] @@ -220,7 +220,7 @@ job "im" { task "server" { driver = "docker" config { - image = "superboum/amd64_riotweb:v22" + image = "superboum/amd64_riotweb:v23" ports = [ "web_port" ] volumes = [ "secrets/config.json:/srv/http/config.json" -- cgit v1.2.3