From 52c141e5fc731ccf8e65320e1d4666c7591ddee5 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Wed, 13 Jan 2021 19:17:28 +0100 Subject: Update Riot+Matrix --- 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 cb14144..636f78e 100644 --- a/app/deployment/im.hcl +++ b/app/deployment/im.hcl @@ -15,7 +15,7 @@ job "im" { driver = "docker" config { - image = "particallydone/amd64_synapse:v39" + image = "superboum/amd64_synapse:v40" network_mode = "host" readonly_rootfs = true ports = [ "client_port", "federation_port" ] @@ -220,7 +220,7 @@ job "im" { task "server" { driver = "docker" config { - image = "particallydone/amd64_riotweb:v18" + image = "superboum/amd64_riotweb:v19" ports = [ "web_port" ] volumes = [ "secrets/config.json:/srv/http/config.json" -- cgit v1.2.3