diff options
author | Quentin <quentin@deuxfleurs.fr> | 2021-09-28 22:17:24 +0200 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2021-09-28 22:17:24 +0200 |
commit | 6d4be5fb833f19d4ecf5e7d6d7fd6ceb5e63c3be (patch) | |
tree | 996d97d29c41ff2c656add9fc669abb483918289 /app/docker-compose.yml | |
parent | e8474d52a2fac832b1588d2e2473f291fed8b897 (diff) | |
download | infrastructure-6d4be5fb833f19d4ecf5e7d6d7fd6ceb5e63c3be.tar.gz infrastructure-6d4be5fb833f19d4ecf5e7d6d7fd6ceb5e63c3be.zip |
Migrate to riot web 1.9.0
Diffstat (limited to 'app/docker-compose.yml')
-rw-r--r-- | app/docker-compose.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/docker-compose.yml b/app/docker-compose.yml index cebe914..c2a063d 100644 --- a/app/docker-compose.yml +++ b/app/docker-compose.yml @@ -7,8 +7,8 @@ services: context: ./im/build/riotweb args: # https://github.com/vector-im/riot-web/releases - VERSION: 1.8.4 - image: superboum/amd64_riotweb:v24 + VERSION: 1.9.0 + image: superboum/amd64_riotweb:v25 synapse: build: |