diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-10-28 09:45:00 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-10-28 09:45:00 +0200 |
commit | 40d5665ffe16841dd448c5a93c7dfe84cc21d8ca (patch) | |
tree | 1cf6ac5da016c588f3cb97e0d4be17ccd8f48a19 /cluster/prod/app/matrix/build/docker-compose.yml | |
parent | 859813440c23982c75fd1f27f3469aa9e9794368 (diff) | |
download | nixcfg-40d5665ffe16841dd448c5a93c7dfe84cc21d8ca.tar.gz nixcfg-40d5665ffe16841dd448c5a93c7dfe84cc21d8ca.zip |
Upgrade Matrix but disable URL preview
Diffstat (limited to 'cluster/prod/app/matrix/build/docker-compose.yml')
-rw-r--r-- | cluster/prod/app/matrix/build/docker-compose.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cluster/prod/app/matrix/build/docker-compose.yml b/cluster/prod/app/matrix/build/docker-compose.yml index de56bdc..05bb91c 100644 --- a/cluster/prod/app/matrix/build/docker-compose.yml +++ b/cluster/prod/app/matrix/build/docker-compose.yml @@ -6,18 +6,18 @@ services: context: ./riotweb args: # https://github.com/vector-im/riot-web/releases - VERSION: 1.11.3 - image: superboum/amd64_riotweb:v31 + VERSION: 1.11.12 + image: superboum/amd64_riotweb:v32 synapse: build: context: ./matrix-synapse args: # https://github.com/matrix-org/synapse/releases - VERSION: 1.65.0 + VERSION: 1.70.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: ffd3fa477321608e57d27644197e721965e0e858 - image: superboum/amd64_synapse:v54 + S3_VERSION: 40c6a5599b2d8176318003f84b167ea545cebba3 + image: superboum/amd64_synapse:v55 |