diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-03-22 22:23:37 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-03-22 22:23:37 +0100 |
commit | 4a56b3360f0279448c887cefeb48c05cbe628894 (patch) | |
tree | bbdeb9d99f4e991883e905ac937fefcbd424b8a7 /cluster/prod/app/matrix/deploy/im.hcl | |
parent | b7c4f94ebd9afdf06338e1410f93c7c5ee99f561 (diff) | |
download | nixcfg-4a56b3360f0279448c887cefeb48c05cbe628894.tar.gz nixcfg-4a56b3360f0279448c887cefeb48c05cbe628894.zip |
upgrade matrix
Diffstat (limited to 'cluster/prod/app/matrix/deploy/im.hcl')
-rw-r--r-- | cluster/prod/app/matrix/deploy/im.hcl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cluster/prod/app/matrix/deploy/im.hcl b/cluster/prod/app/matrix/deploy/im.hcl index 5bc6e13..0d5387e 100644 --- a/cluster/prod/app/matrix/deploy/im.hcl +++ b/cluster/prod/app/matrix/deploy/im.hcl @@ -14,7 +14,7 @@ job "matrix" { driver = "docker" config { - image = "superboum/amd64_synapse:v55" + image = "superboum/amd64_synapse:v56" network_mode = "host" readonly_rootfs = true ports = [ "api_port" ] @@ -98,7 +98,7 @@ job "matrix" { driver = "docker" config { - image = "superboum/amd64_synapse:v55" + image = "superboum/amd64_synapse:v56" readonly_rootfs = true command = "/usr/local/bin/matrix-s3-async" work_dir = "/tmp" @@ -142,7 +142,7 @@ EOH task "server" { driver = "docker" config { - image = "superboum/amd64_riotweb:v32" + image = "superboum/amd64_riotweb:v33" ports = [ "web_port" ] volumes = [ "secrets/config.json:/srv/http/config.json" |