From 948e4fb94ee3631a1c2768f9612f6e86209560df Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 13 Oct 2020 11:59:02 +0200 Subject: Upgrade chat --- app/deployment/im.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/deployment') diff --git a/app/deployment/im.hcl b/app/deployment/im.hcl index 890ad21..f76fb73 100644 --- a/app/deployment/im.hcl +++ b/app/deployment/im.hcl @@ -8,7 +8,7 @@ job "im" { driver = "docker" config { - image = "superboum/amd64_synapse:v35" + image = "superboum/amd64_synapse:v36" readonly_rootfs = true port_map { client_port = 8008 @@ -239,7 +239,7 @@ job "im" { task "server" { driver = "docker" config { - image = "superboum/amd64_riotweb:v16" + image = "superboum/amd64_riotweb:v17" port_map { web_port = 8043 } -- cgit v1.2.3