diff options
Diffstat (limited to 'cluster/prod/app/matrix/deploy/im.hcl')
-rw-r--r-- | cluster/prod/app/matrix/deploy/im.hcl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cluster/prod/app/matrix/deploy/im.hcl b/cluster/prod/app/matrix/deploy/im.hcl index ff3ca03..c348131 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 = "lxpz/amd64_synapse:v58" + image = "particallydone/amd64_synapse:v60" network_mode = "host" readonly_rootfs = true ports = [ "api_port" ] @@ -101,7 +101,7 @@ job "matrix" { driver = "docker" config { - image = "lxpz/amd64_synapse:v58" + image = "particallydone/amd64_synapse:v60" readonly_rootfs = true command = "/usr/local/bin/matrix-s3-async" work_dir = "/tmp" @@ -137,7 +137,7 @@ EOH task "riotweb" { driver = "docker" config { - image = "lxpz/amd64_elementweb:v35" + image = "particallydone/amd64_elementweb:v36" ports = [ "web_port" ] volumes = [ "secrets/config.json:/srv/http/config.json" @@ -190,7 +190,7 @@ EOH driver = "docker" config { - image = "ghcr.io/matrix-org/sliding-sync:v0.99.12" + image = "ghcr.io/matrix-org/sliding-sync:v0.99.16" ports = [ "syncv3_api", "syncv3_metrics" ] } |