diff options
author | Alex Auvolat <alex@adnab.me> | 2023-11-15 16:39:11 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-11-15 16:39:11 +0100 |
commit | a2654529c7bb322e841200a08df8880bca45343c (patch) | |
tree | c18c60fab2b77acda7f5bee503985362f4bceef7 /cluster/prod/app/matrix/build/docker-compose.yml | |
parent | b1e039726502f6667751a50c5944dbc14a6f0488 (diff) | |
download | nixcfg-a2654529c7bb322e841200a08df8880bca45343c.tar.gz nixcfg-a2654529c7bb322e841200a08df8880bca45343c.zip |
prod: update synapse and element
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 4429a88..6a48f18 100644 --- a/cluster/prod/app/matrix/build/docker-compose.yml +++ b/cluster/prod/app/matrix/build/docker-compose.yml @@ -5,19 +5,19 @@ services: build: context: ./riotweb args: - # https://github.com/vector-im/riot-web/releases - VERSION: 1.11.38 - image: superboum/amd64_riotweb:v34 + # https://github.com/vector-im/element-web/releases + VERSION: 1.11.49 + image: lxpz/amd64_elementweb:v35 synapse: build: context: ./matrix-synapse args: # https://github.com/matrix-org/synapse/releases - VERSION: 1.89.0 + VERSION: 1.95.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: v1.2.1 - image: superboum/amd64_synapse:v57 + image: lxpz/amd64_synapse:v58 |