aboutsummaryrefslogtreecommitdiff
path: root/app/im/deploy
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-07-01 14:17:33 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-07-01 14:17:33 +0200
commit0e81c9f23b320eae5036e834ed375adfc987739f (patch)
tree8044358cfc403b25b8db889c061839f5b6959c37 /app/im/deploy
parent39e3ecce64d0312f76d245617a3c0d236c9ec4a1 (diff)
downloadinfrastructure-0e81c9f23b320eae5036e834ed375adfc987739f.tar.gz
infrastructure-0e81c9f23b320eae5036e834ed375adfc987739f.zip
Upgrade Matrix
Diffstat (limited to 'app/im/deploy')
-rw-r--r--app/im/deploy/im.hcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/im/deploy/im.hcl b/app/im/deploy/im.hcl
index 620a333..5989c5f 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:v52"
+ image = "superboum/amd64_synapse:v53"
network_mode = "host"
readonly_rootfs = true
ports = [ "client_port", "federation_port" ]
@@ -129,7 +129,7 @@ job "im" {
driver = "docker"
config {
- image = "superboum/amd64_synapse:v51"
+ image = "superboum/amd64_synapse:v53"
readonly_rootfs = true
command = "/usr/local/bin/matrix-s3-async"
work_dir = "/tmp"
@@ -173,7 +173,7 @@ EOH
task "server" {
driver = "docker"
config {
- image = "superboum/amd64_riotweb:v29"
+ image = "superboum/amd64_riotweb:v30"
ports = [ "web_port" ]
volumes = [
"secrets/config.json:/srv/http/config.json"