aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"