From 06b92742abaecf3cd21cdcae7e8e2b37a020673c Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Fri, 11 Apr 2025 11:11:25 +0200 Subject: [PATCH] update matrix, fix cve --- cluster/prod/app/matrix/build/docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cluster/prod/app/matrix/build/docker-compose.yml b/cluster/prod/app/matrix/build/docker-compose.yml index 4f2c573..0382c53 100644 --- a/cluster/prod/app/matrix/build/docker-compose.yml +++ b/cluster/prod/app/matrix/build/docker-compose.yml @@ -5,18 +5,18 @@ services: context: ./riotweb args: # https://github.com/vector-im/element-web/releases - VERSION: v1.11.90 - image: superboum/amd64_elementweb:v37 + VERSION: v1.11.97 + image: superboum/amd64_elementweb:v38 synapse: build: context: ./matrix-synapse args: # https://github.com/element-hq/synapse/releases - VERSION: v1.122.0 + VERSION: v1.128.0 # 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: bdc46a71aa16bcbcf8ed1b157ca6756ddb0131ef - image: superboum/amd64_synapse:v61 + image: superboum/amd64_synapse:v62