From 9b7fd2fc0ac6f11e47a9355ba6ec7db0f0e42dbe Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 2 Jun 2020 12:31:46 +0200 Subject: [PATCH] Upgrade containers --- nomad/chat.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }