diff options
author | Quentin <quentin@dufour.io> | 2021-01-29 15:53:37 +0100 |
---|---|---|
committer | Quentin <quentin@dufour.io> | 2021-01-29 15:53:37 +0100 |
commit | cee95ad0616f9c55cea6917c88b49366304a7287 (patch) | |
tree | 69890df2d0e5be7804c8962eebddc381f69a2d04 /app/docker-compose.yml | |
parent | 982efd1b49f7435f7c49c2099aabfc994d3901fb (diff) | |
parent | 24dcc096958799745a51abe06e2fe1712aaba940 (diff) | |
download | infrastructure-cee95ad0616f9c55cea6917c88b49366304a7287.tar.gz infrastructure-cee95ad0616f9c55cea6917c88b49366304a7287.zip |
Merge pull request 'Upgrade Synapse & Element-web, réécriture de l'OP guide, et ajout du secret turn.zinz.dev' (#33) from adrien/infrastructure:master into master
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/infrastructure/pulls/33
Diffstat (limited to 'app/docker-compose.yml')
-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: |