diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-14 22:51:56 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-14 22:51:56 +0100 |
commit | 4599f201105e27131d681ec7de7aba550b5a8452 (patch) | |
tree | 8dbc172dcb3ae055d1adef0854559eb5c00fba21 /nomad | |
parent | 4abdf2883e754e946bf2fd1e6ca0f1239717842d (diff) | |
download | infrastructure-4599f201105e27131d681ec7de7aba550b5a8452.tar.gz infrastructure-4599f201105e27131d681ec7de7aba550b5a8452.zip |
Update guichet
Diffstat (limited to 'nomad')
-rw-r--r-- | nomad/bottin2.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nomad/bottin2.hcl b/nomad/bottin2.hcl index 0e8c030..ed35eb9 100644 --- a/nomad/bottin2.hcl +++ b/nomad/bottin2.hcl @@ -61,7 +61,7 @@ job "directory2" { task "guichet" { driver = "docker" config { - image = "lxpz/guichet_amd64:8" + image = "lxpz/guichet_amd64:9" readonly_rootfs = true port_map { web_port = 9991 |