aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-11-23 13:48:12 +0100
committerAlex Auvolat <alex@adnab.me>2021-11-23 13:48:12 +0100
commit4cc6a0182c6921c702d50ca1dc305682e0c61d2f (patch)
tree3ce28640614933aeda70683a8e854f7a9b294291
parent7113a3ae56a40a123d3a1237337fb0c00f33ec34 (diff)
downloadinfrastructure-4cc6a0182c6921c702d50ca1dc305682e0c61d2f.tar.gz
infrastructure-4cc6a0182c6921c702d50ca1dc305682e0c61d2f.zip
Bump synapse to 1.47.1 to fix CVE
-rw-r--r--app/im/deploy/im.hcl2
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" ]