From 60f65552d24a78140a9cf6dfcdba2d4ae3dd8b6c Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 10 Jan 2022 23:07:38 +0100 Subject: fix s3_media_upload --- app/im/deploy/im.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/im/deploy/im.hcl') diff --git a/app/im/deploy/im.hcl b/app/im/deploy/im.hcl index 2be791d..df1dade 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" + image = "lxpz/amd64_synapse:1.49.2-2" ports = [ "http" ] command = "python" @@ -108,7 +108,7 @@ job "im" { driver = "docker" config { - image = "lxpz/amd64_synapse:1.49.2" + image = "lxpz/amd64_synapse:1.49.2-2" readonly_rootfs = true command = "/usr/local/bin/matrix-s3-async-sqlite" work_dir = "/ephemeral" -- cgit v1.2.3