From 09fc30214da3febbf9c06a81bd52701f370be67e Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Wed, 16 Sep 2020 15:52:19 +0200 Subject: [PATCH] Upgrade synapse as proposed --- 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 94bc154..b10445a 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.1 - image: superboum/amd64_synapse:v33 + VERSION: 1.19.2 + image: superboum/amd64_synapse:v34 # Email sogo: diff --git a/app/deployment/im.hcl b/app/deployment/im.hcl index 53b81d1..b758011 100644 --- a/app/deployment/im.hcl +++ b/app/deployment/im.hcl @@ -8,7 +8,7 @@ job "im" { driver = "docker" config { - image = "superboum/amd64_synapse:v33" + image = "superboum/amd64_synapse:v34" readonly_rootfs = true port_map { client_port = 8008