Bump synapse to 1.47.1 to fix CVE
This commit is contained in:
parent
7113a3ae56
commit
4cc6a0182c
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ job "im" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
|
|
||||||
config {
|
config {
|
||||||
image = "superboum/amd64_synapse:v47"
|
image = "lxpz/deuxfleurs_synapse:1.47.1"
|
||||||
network_mode = "host"
|
network_mode = "host"
|
||||||
readonly_rootfs = true
|
readonly_rootfs = true
|
||||||
ports = [ "client_port", "federation_port" ]
|
ports = [ "client_port", "federation_port" ]
|
||||||
|
|
Reference in a new issue