From 4f506422e32494392be291d79ab665d93335b72b Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 18 May 2021 15:26:41 +0200 Subject: [PATCH] Upgrade matrix --- app/docker-compose.yml | 8 ++++---- app/im/deploy/im.hcl | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/docker-compose.yml b/app/docker-compose.yml index d24eaa3..b72bac9 100644 --- a/app/docker-compose.yml +++ b/app/docker-compose.yml @@ -14,16 +14,16 @@ services: context: ./im/build/riotweb args: # https://github.com/vector-im/riot-web/releases - VERSION: 1.7.24 - image: superboum/amd64_riotweb:v22 + VERSION: 1.7.28 + image: superboum/amd64_riotweb:v23 synapse: build: context: ./im/build/matrix-synapse args: # https://github.com/matrix-org/synapse/releases - VERSION: 1.31.0 - image: superboum/amd64_synapse:v43 + VERSION: 1.34.0 + image: superboum/amd64_synapse:v44 # Email sogo: 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"