diff options
author | Alex Auvolat <alex@adnab.me> | 2021-11-23 13:48:12 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-11-23 13:48:12 +0100 |
commit | 4cc6a0182c6921c702d50ca1dc305682e0c61d2f (patch) | |
tree | 3ce28640614933aeda70683a8e854f7a9b294291 | |
parent | 7113a3ae56a40a123d3a1237337fb0c00f33ec34 (diff) | |
download | infrastructure-4cc6a0182c6921c702d50ca1dc305682e0c61d2f.tar.gz infrastructure-4cc6a0182c6921c702d50ca1dc305682e0c61d2f.zip |
Bump synapse to 1.47.1 to fix CVE
-rw-r--r-- | app/im/deploy/im.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/im/deploy/im.hcl b/app/im/deploy/im.hcl index 4bf696a..53c3f2c 100644 --- a/app/im/deploy/im.hcl +++ b/app/im/deploy/im.hcl @@ -15,7 +15,7 @@ job "im" { driver = "docker" config { - image = "superboum/amd64_synapse:v47" + image = "lxpz/deuxfleurs_synapse:1.47.1" network_mode = "host" readonly_rootfs = true ports = [ "client_port", "federation_port" ] |