From 3afe80b1588c0fa127fe1178979b0b4330fe7b98 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Wed, 23 Sep 2020 11:25:59 +0200 Subject: [PATCH] Upgrade synapse 1.20.0 --- app/build/docker-compose.yml | 4 ++-- app/deployment/im.hcl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build/docker-compose.yml b/app/build/docker-compose.yml index d96833c..ba9a04c 100644 --- a/app/build/docker-compose.yml +++ b/app/build/docker-compose.yml @@ -15,8 +15,8 @@ services: context: ./matrix-synapse args: # https://github.com/matrix-org/synapse/releases - VERSION: 1.19.2 - image: superboum/amd64_synapse:v34 + VERSION: 1.20.0 + image: superboum/amd64_synapse:v35 # Email sogo: diff --git a/app/deployment/im.hcl b/app/deployment/im.hcl index c7528d1..c124ad8 100644 --- a/app/deployment/im.hcl +++ b/app/deployment/im.hcl @@ -8,7 +8,7 @@ job "im" { driver = "docker" config { - image = "superboum/amd64_synapse:v34" + image = "superboum/amd64_synapse:v35" readonly_rootfs = true port_map { client_port = 8008