diff options
author | LUXEY Adrien <adrien.luxey@inria.fr> | 2020-11-29 22:51:38 +0100 |
---|---|---|
committer | LUXEY Adrien <adrien.luxey@inria.fr> | 2020-11-29 22:51:38 +0100 |
commit | fd38cbf744b929548265e33650cb3ffc6a06c711 (patch) | |
tree | f439f1bf5d8e17eb3618c4e59b0930ab4b30a890 /app | |
parent | d241948034cc2f0dc9691520495f98bf84dd4338 (diff) | |
download | infrastructure-fd38cbf744b929548265e33650cb3ffc6a06c711.tar.gz infrastructure-fd38cbf744b929548265e33650cb3ffc6a06c711.zip |
pushed synapse to 1.23.0 and riotweb to 1.7.14
Diffstat (limited to 'app')
-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..e21677f 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: superboum/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: superboum/amd64_synapse:v38 # Email sogo: |