diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-06-24 13:52:18 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-06-24 13:52:18 +0200 |
commit | fa510688d770884e7059596a89e7bc761f9e2586 (patch) | |
tree | 08b57d883ed04272ced2619c49cb6f03fd069b9c | |
parent | fc83048b0247e222dd94bbf0430f99d58c5be418 (diff) | |
download | nixcfg-fa510688d770884e7059596a89e7bc761f9e2586.tar.gz nixcfg-fa510688d770884e7059596a89e7bc761f9e2586.zip |
update guichet
-rw-r--r-- | cluster/prod/app/guichet/deploy/guichet.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
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" ] |