diff options
author | Quentin Dufour <quentin@dufour.io> | 2021-03-05 17:40:40 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@dufour.io> | 2021-03-05 17:40:40 +0100 |
commit | 1c5b1f2e5b1fc2477d36719edb0fc759a81688f0 (patch) | |
tree | dde46509b9b24a22d289209e389ffac7aa53270f /app | |
parent | fada3f6ed17e07a6b8f1c296c1c1b36e97ea8417 (diff) | |
download | infrastructure-1c5b1f2e5b1fc2477d36719edb0fc759a81688f0.tar.gz infrastructure-1c5b1f2e5b1fc2477d36719edb0fc759a81688f0.zip |
Upgrade matrix image
Diffstat (limited to 'app')
-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 35e4972..da70c45 100644 --- a/app/docker-compose.yml +++ b/app/docker-compose.yml @@ -14,16 +14,16 @@ services: context: ./im/build/riotweb args: # https://github.com/vector-im/riot-web/releases - VERSION: 1.7.18 - image: particallydone/amd64_riotweb:v20 + VERSION: 1.7.22 + image: superboum/amd64_riotweb:v21 synapse: build: context: ./im/build/matrix-synapse args: # https://github.com/matrix-org/synapse/releases - VERSION: 1.26.0 - image: particallydone/amd64_synapse:v41 + VERSION: 1.28.0 + image: superboum/amd64_synapse:v42 # Email sogo: |