diff options
Diffstat (limited to 'app/build')
-rw-r--r-- | app/build/docker-compose.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/build/docker-compose.yml b/app/build/docker-compose.yml index ba9a04c..109a26a 100644 --- a/app/build/docker-compose.yml +++ b/app/build/docker-compose.yml @@ -7,16 +7,16 @@ services: context: ./riotweb args: # https://github.com/vector-im/riot-web/releases - VERSION: 1.7.7 - image: superboum/amd64_riotweb:v16 + VERSION: 1.7.9 + image: superboum/amd64_riotweb:v17 synapse: build: context: ./matrix-synapse args: # https://github.com/matrix-org/synapse/releases - VERSION: 1.20.0 - image: superboum/amd64_synapse:v35 + VERSION: 1.21.0 + image: superboum/amd64_synapse:v36 # Email sogo: |