aboutsummaryrefslogtreecommitdiff
path: root/app/im/deploy/im.hcl
diff options
context:
space:
mode:
Diffstat (limited to 'app/im/deploy/im.hcl')
-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 7951fe2..0732943 100644
--- a/app/im/deploy/im.hcl
+++ b/app/im/deploy/im.hcl
@@ -52,7 +52,7 @@ job "im" {
task "synapse" {
driver = "docker"
config {
- image = "lxpz/amd64_synapse:1.49.2-2"
+ image = "lxpz/amd64_synapse:1.49.2-3"
ports = [ "http" ]
command = "python"
@@ -108,7 +108,7 @@ job "im" {
driver = "docker"
config {
- image = "lxpz/amd64_synapse:1.49.2-2"
+ image = "lxpz/amd64_synapse:1.49.2-3"
readonly_rootfs = true
command = "/usr/local/bin/matrix-s3-async-sqlite"
work_dir = "/ephemeral"