diff options
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 77d45dc..65ce98a 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.7.28 - image: superboum/amd64_riotweb:v23 + VERSION: 1.8.4 + image: superboum/amd64_riotweb:v24 synapse: build: context: ./im/build/matrix-synapse args: # https://github.com/matrix-org/synapse/releases - VERSION: 1.35.1 + VERSION: 1.42.0 # https://github.com/matrix-org/synapse-s3-storage-provider/commits/main S3_VERSION: 3c3fafd6a2624f05fd396d9e003501bf8bef7b2e - image: superboum/amd64_synapse:v45 + image: superboum/amd64_synapse:v46 # Email sogo: |