aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-06-06 09:03:51 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-06-06 09:03:51 +0200
commit72b41408efffd5e2dfe4594a06e0239ee30a5b32 (patch)
tree20422818dd211d473648408d101753eb20a40620
parent7dd2aeb63b45ed32f9abe38c2d51c8b9d3e9dcd3 (diff)
downloadinfrastructure-72b41408efffd5e2dfe4594a06e0239ee30a5b32.tar.gz
infrastructure-72b41408efffd5e2dfe4594a06e0239ee30a5b32.zip
Upgrade synapse+element web in Nomad
-rw-r--r--app/im/deploy/im.hcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/im/deploy/im.hcl b/app/im/deploy/im.hcl
index cea9680..620a333 100644
--- a/app/im/deploy/im.hcl
+++ b/app/im/deploy/im.hcl
@@ -15,7 +15,7 @@ job "im" {
driver = "docker"
config {
- image = "superboum/amd64_synapse:v51"
+ image = "superboum/amd64_synapse:v52"
network_mode = "host"
readonly_rootfs = true
ports = [ "client_port", "federation_port" ]
@@ -173,7 +173,7 @@ EOH
task "server" {
driver = "docker"
config {
- image = "superboum/amd64_riotweb:v28"
+ image = "superboum/amd64_riotweb:v29"
ports = [ "web_port" ]
volumes = [
"secrets/config.json:/srv/http/config.json"