diff options
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 6a48f18..3b70b64 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/element-web/releases - VERSION: 1.11.49 - image: lxpz/amd64_elementweb:v35 + VERSION: v1.11.78 + image: particallydone/amd64_elementweb:v36 synapse: build: context: ./matrix-synapse args: # https://github.com/matrix-org/synapse/releases - VERSION: 1.95.1 + VERSION: v1.104.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: v1.2.1 - image: lxpz/amd64_synapse:v58 + S3_VERSION: 2c46a764f700e6439afa11c00db827ddf21a9e89 + image: particallydone/amd64_synapse:v59 |