Migrate to riot web 1.9.0

This commit is contained in:
Quentin 2021-09-28 22:17:24 +02:00
parent e8474d52a2
commit 6d4be5fb83
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -177,7 +177,7 @@ EOH
task "server" {
driver = "docker"
config {
image = "superboum/amd64_riotweb:v24"
image = "superboum/amd64_riotweb:v25"
ports = [ "web_port" ]
volumes = [
"secrets/config.json:/srv/http/config.json"