aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin <quentin@deuxfleurs.fr>2021-09-28 22:17:24 +0200
committerQuentin <quentin@deuxfleurs.fr>2021-09-28 22:17:24 +0200
commit6d4be5fb833f19d4ecf5e7d6d7fd6ceb5e63c3be (patch)
tree996d97d29c41ff2c656add9fc669abb483918289
parente8474d52a2fac832b1588d2e2473f291fed8b897 (diff)
downloadinfrastructure-6d4be5fb833f19d4ecf5e7d6d7fd6ceb5e63c3be.tar.gz
infrastructure-6d4be5fb833f19d4ecf5e7d6d7fd6ceb5e63c3be.zip
Migrate to riot web 1.9.0
-rw-r--r--app/docker-compose.yml4
-rw-r--r--app/im/deploy/im.hcl2
2 files changed, 3 insertions, 3 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:
diff --git a/app/im/deploy/im.hcl b/app/im/deploy/im.hcl
index 851e5e4..4bf696a 100644
--- a/app/im/deploy/im.hcl
+++ b/app/im/deploy/im.hcl
@@ -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"