diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-06-06 08:42:57 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-06-06 08:42:57 +0200 |
commit | 7dd2aeb63b45ed32f9abe38c2d51c8b9d3e9dcd3 (patch) | |
tree | 24e7543fb0da35a15f4cf85739c92d4c9ee50b5d | |
parent | a17640d6067d977111702213fba41f62f8d1a6d0 (diff) | |
download | infrastructure-7dd2aeb63b45ed32f9abe38c2d51c8b9d3e9dcd3.tar.gz infrastructure-7dd2aeb63b45ed32f9abe38c2d51c8b9d3e9dcd3.zip |
Upgrade matrix+riot
-rw-r--r-- | app/docker-compose.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/docker-compose.yml b/app/docker-compose.yml index 47f74cc..311b466 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.6 - image: superboum/amd64_riotweb:v28 + VERSION: 1.10.13 + image: superboum/amd64_riotweb:v29 synapse: build: context: ./im/build/matrix-synapse args: # https://github.com/matrix-org/synapse/releases - VERSION: 1.54.0 + VERSION: 1.60.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: 8926b4e4178edcda1a32fdb39bd36cef1a1a9d40 - image: superboum/amd64_synapse:v51 + S3_VERSION: ffd3fa477321608e57d27644197e721965e0e858 + image: superboum/amd64_synapse:v52 # Email sogo: |