diff options
author | adrien <adrien@luxeylab.net> | 2020-11-29 23:19:44 +0100 |
---|---|---|
committer | adrien <adrien@luxeylab.net> | 2020-11-29 23:19:44 +0100 |
commit | de3e21101dfcb6e7c4f293a23e0ced33ed2fa5a9 (patch) | |
tree | 1ace583053e79f6b77870e320efe0fdb28fc9b68 /app/build/docker-compose.yml | |
parent | d241948034cc2f0dc9691520495f98bf84dd4338 (diff) | |
parent | da1d381068bc8e90e955d2db8ab9078b4f0b333d (diff) | |
download | infrastructure-de3e21101dfcb6e7c4f293a23e0ced33ed2fa5a9.tar.gz infrastructure-de3e21101dfcb6e7c4f293a23e0ced33ed2fa5a9.zip |
Merge pull request 'Pushed synapse version to 1.23.0 and riotweb to 1.7.14, incl. nomad deployment' (#25) from adrien/infrastructure:master into master
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/infrastructure/pulls/25
Diffstat (limited to 'app/build/docker-compose.yml')
-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 fadabb8..0b142c1 100644 --- a/app/build/docker-compose.yml +++ b/app/build/docker-compose.yml @@ -14,16 +14,16 @@ services: context: ./riotweb args: # https://github.com/vector-im/riot-web/releases - VERSION: 1.7.9 - image: superboum/amd64_riotweb:v17 + VERSION: 1.7.14 + image: particallydone/amd64_riotweb:v18 synapse: build: context: ./matrix-synapse args: # https://github.com/matrix-org/synapse/releases - VERSION: 1.22.1 - image: superboum/amd64_synapse:v37 + VERSION: 1.23.0 + image: particallydone/amd64_synapse:v38 # Email sogo: |