diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-12-14 11:05:41 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-12-14 11:05:41 +0100 |
commit | e9ba2243e7144093558f1d4745993c43c6051bb0 (patch) | |
tree | efcfc53f2d4c9ed6be7ad301e658ab1b096e0695 /app/docker-compose.yml | |
parent | 3df786a5f5823b417aca769427fafd5674ae56fb (diff) | |
download | infrastructure-e9ba2243e7144093558f1d4745993c43c6051bb0.tar.gz infrastructure-e9ba2243e7144093558f1d4745993c43c6051bb0.zip |
Update Matrix
Diffstat (limited to 'app/docker-compose.yml')
-rw-r--r-- | app/docker-compose.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/docker-compose.yml b/app/docker-compose.yml index 031dd85..20cf1ce 100644 --- a/app/docker-compose.yml +++ b/app/docker-compose.yml @@ -7,18 +7,18 @@ services: context: ./im/build/riotweb args: # https://github.com/vector-im/riot-web/releases - VERSION: 1.9.0 - image: superboum/amd64_riotweb:v25 + VERSION: 1.9.7 + image: superboum/amd64_riotweb:v26 synapse: build: context: ./im/build/matrix-synapse args: # https://github.com/matrix-org/synapse/releases - VERSION: 1.42.0 + VERSION: 1.48.0 # https://github.com/matrix-org/synapse-s3-storage-provider/commits/main S3_VERSION: 3c3fafd6a2624f05fd396d9e003501bf8bef7b2e - image: superboum/amd64_synapse:v47 + image: superboum/amd64_synapse:v48 # Email sogo: |