diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-15 10:30:56 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-15 10:30:56 +0100 |
commit | 81cff21220f84b48c63008997276c8e89b17bd1c (patch) | |
tree | 44ed7e22e3fac6927abc48614a2910905a200b54 | |
parent | 4599f201105e27131d681ec7de7aba550b5a8452 (diff) | |
download | infrastructure-81cff21220f84b48c63008997276c8e89b17bd1c.tar.gz infrastructure-81cff21220f84b48c63008997276c8e89b17bd1c.zip |
Update guichet
-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 ed35eb9..ed168cc 100644 --- a/nomad/bottin2.hcl +++ b/nomad/bottin2.hcl @@ -61,7 +61,7 @@ job "directory2" { task "guichet" { driver = "docker" config { - image = "lxpz/guichet_amd64:9" + image = "lxpz/guichet_amd64:10" readonly_rootfs = true port_map { web_port = 9991 |