From fa510688d770884e7059596a89e7bc761f9e2586 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Mon, 24 Jun 2024 13:52:18 +0200 Subject: [PATCH] update guichet --- cluster/prod/app/guichet/deploy/guichet.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/prod/app/guichet/deploy/guichet.hcl b/cluster/prod/app/guichet/deploy/guichet.hcl index 4b2ff28..17f8134 100644 --- a/cluster/prod/app/guichet/deploy/guichet.hcl +++ b/cluster/prod/app/guichet/deploy/guichet.hcl @@ -13,7 +13,7 @@ job "guichet" { task "guichet" { driver = "docker" config { - image = "dxflrs/guichet:m1gzk1r00xp0kz566fwbpc87z7haq7xj" + image = "dxflrs/guichet:0x4y7bj1qb8w8hckvpbzlgyxh63j66ij" args = [ "server", "-config", "/etc/config.json" ] readonly_rootfs = true ports = [ "web_port" ]