diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-01-25 12:12:58 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-01-25 12:12:58 +0100 |
commit | 7cede37e6d1129b1fcd5e5928856b9a6b52bae4a (patch) | |
tree | 2912066c3cba92e7df1473669185405689093a1f /app/docker-compose.yml | |
parent | f229d5846707a1ea383f0d99b2b193305771cfa6 (diff) | |
download | infrastructure-7cede37e6d1129b1fcd5e5928856b9a6b52bae4a.tar.gz infrastructure-7cede37e6d1129b1fcd5e5928856b9a6b52bae4a.zip |
Mises à jour du cluster
Diffstat (limited to 'app/docker-compose.yml')
-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 ffc5540..499636c 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.9.7 - image: superboum/amd64_riotweb:v26 + VERSION: 1.9.9 + image: superboum/amd64_riotweb:v27 synapse: build: context: ./im/build/matrix-synapse args: # https://github.com/matrix-org/synapse/releases - VERSION: 1.48.0 + VERSION: 1.50.2 # 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: f821cff55e35a711b45ecb5165d54a4c28f40c9c - image: superboum/amd64_synapse:v49 + S3_VERSION: 8926b4e4178edcda1a32fdb39bd36cef1a1a9d40 + image: superboum/amd64_synapse:v50 # Email sogo: |