diff --git a/nomad/chat.hcl b/nomad/chat.hcl index 31a75a5..3d9434d 100644 --- a/nomad/chat.hcl +++ b/nomad/chat.hcl @@ -8,7 +8,7 @@ job "chat" { driver = "docker" config { - image = "superboum/amd64_synapse:v28" + image = "superboum/amd64_synapse:v29" readonly_rootfs = true port_map { client_port = 8008 @@ -239,7 +239,7 @@ job "chat" { task "server" { driver = "docker" config { - image = "superboum/amd64_riotweb:v10" + image = "superboum/amd64_riotweb:v11" port_map { web_port = 8043 }