diff --git a/cluster/prod/app/matrix/deploy/im.hcl b/cluster/prod/app/matrix/deploy/im.hcl index 3706d31..0e27c90 100644 --- a/cluster/prod/app/matrix/deploy/im.hcl +++ b/cluster/prod/app/matrix/deploy/im.hcl @@ -15,7 +15,7 @@ job "matrix" { driver = "docker" config { - image = "superboum/amd64_synapse:v61" + image = "superboum/amd64_synapse:v62" network_mode = "host" readonly_rootfs = true ports = [ "api_port" ] @@ -101,7 +101,7 @@ job "matrix" { driver = "docker" config { - image = "superboum/amd64_synapse:v61" + image = "superboum/amd64_synapse:v62" readonly_rootfs = true command = "/usr/local/bin/matrix-s3-async" work_dir = "/tmp" @@ -137,7 +137,7 @@ EOH task "riotweb" { driver = "docker" config { - image = "superboum/amd64_elementweb:v37" + image = "superboum/amd64_elementweb:v38" ports = [ "web_port" ] volumes = [ "secrets/config.json:/srv/http/config.json"