diff options
author | Alex Auvolat <alex@adnab.me> | 2022-01-10 21:49:54 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-01-10 21:49:54 +0100 |
commit | 8544cd27bbd5a68e1cf314d1d7ff3d341d935747 (patch) | |
tree | c43014ceee3be1bf01768a6521ea7a5acb448eeb /app/im/deploy/im.hcl | |
parent | 71062a2d40961c396aba93e5e61f3bd59c8872b9 (diff) | |
download | nixcfg-8544cd27bbd5a68e1cf314d1d7ff3d341d935747.tar.gz nixcfg-8544cd27bbd5a68e1cf314d1d7ff3d341d935747.zip |
Update to 1.49.2 and don't name image test*
Diffstat (limited to 'app/im/deploy/im.hcl')
-rw-r--r-- | app/im/deploy/im.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/im/deploy/im.hcl b/app/im/deploy/im.hcl index 1902978..2be791d 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:test7" + image = "lxpz/amd64_synapse:1.49.2" ports = [ "http" ] command = "python" @@ -108,7 +108,7 @@ job "im" { driver = "docker" config { - image = "lxpz/amd64_synapse:test7" + image = "lxpz/amd64_synapse:1.49.2" readonly_rootfs = true command = "/usr/local/bin/matrix-s3-async-sqlite" work_dir = "/ephemeral" |