From 79f380c72d315f3c2c9052264d6db10d1d08803b Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Mon, 30 Oct 2023 11:55:16 +0100 Subject: [PATCH] directory --- cluster/prod/app/guichet/deploy/directory.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/prod/app/guichet/deploy/directory.hcl b/cluster/prod/app/guichet/deploy/directory.hcl index 869adfd..397602f 100644 --- a/cluster/prod/app/guichet/deploy/directory.hcl +++ b/cluster/prod/app/guichet/deploy/directory.hcl @@ -13,7 +13,7 @@ job "guichet" { task "guichet" { driver = "docker" config { - image = "dxflrs/guichet:57fvz82v8mi7ff0jh01mkvqj6lf09szs" + image = "dxflrs/guichet:m1gzk1r00xp0kz566fwbpc87z7haq7xj" args = [ "server", "-config", "/etc/config.json" ] readonly_rootfs = true ports = [ "web_port" ]