From 39e3ecce64d0312f76d245617a3c0d236c9ec4a1 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Fri, 1 Jul 2022 13:59:50 +0200 Subject: [PATCH] Upgrade Synapse + Element Web --- app/docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/docker-compose.yml b/app/docker-compose.yml index 311b466..9a5d5f1 100644 --- a/app/docker-compose.yml +++ b/app/docker-compose.yml @@ -7,21 +7,21 @@ services: context: ./im/build/riotweb args: # https://github.com/vector-im/riot-web/releases - VERSION: 1.10.13 - image: superboum/amd64_riotweb:v29 + VERSION: 1.10.15 + image: superboum/amd64_riotweb:v30 synapse: build: context: ./im/build/matrix-synapse args: # https://github.com/matrix-org/synapse/releases - VERSION: 1.60.0 + VERSION: 1.61.1 # https://github.com/matrix-org/synapse-s3-storage-provider/commits/main # Update with the latest commit on main each time you update the synapse version # otherwise synapse may fail to launch due to incompatibility issues # see this issue for an example: https://github.com/matrix-org/synapse-s3-storage-provider/issues/64 S3_VERSION: ffd3fa477321608e57d27644197e721965e0e858 - image: superboum/amd64_synapse:v52 + image: superboum/amd64_synapse:v53 # Email sogo: