diff options
author | LUXEY Adrien <adrien.luxey@inria.fr> | 2021-01-29 11:53:03 +0100 |
---|---|---|
committer | LUXEY Adrien <adrien.luxey@inria.fr> | 2021-01-29 11:53:03 +0100 |
commit | d286da23d8c9754f38dd2cf38a107e233218219c (patch) | |
tree | ea481f1c4a16984e9d707be4b9c13cae82f434a9 /app | |
parent | 9a263b762bab91fd4406bd4a454267bc71e3a66c (diff) | |
download | infrastructure-d286da23d8c9754f38dd2cf38a107e233218219c.tar.gz infrastructure-d286da23d8c9754f38dd2cf38a107e233218219c.zip |
pushed Synapse and Element-web to latest version, and rewrote the OP guide a bit
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 717e8ce..9f50c26 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.16 - image: superboum/amd64_riotweb:v19 + VERSION: 1.7.18 + image: particallydone/amd64_riotweb:v20 synapse: build: context: ./im/build/matrix-synapse args: # https://github.com/matrix-org/synapse/releases - VERSION: 1.25.0 - image: superboum/amd64_synapse:v40 + VERSION: 1.26.0 + image: particallydone/amd64_synapse:v41 # Email sogo: |