diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-11 22:03:50 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-11 22:03:50 +0100 |
commit | 44a341f9a69e8d6ca2b9f4e4f8574d8d89668119 (patch) | |
tree | 5e688355f4814449223cb26f708f8a5d31bb8e91 | |
parent | 1c7b89e548592d65d39ad739b625964fde8d9191 (diff) | |
download | infrastructure-44a341f9a69e8d6ca2b9f4e4f8574d8d89668119.tar.gz infrastructure-44a341f9a69e8d6ca2b9f4e4f8574d8d89668119.zip |
Upgrade guicet version
-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 bef44e4..da315de 100644 --- a/nomad/bottin2.hcl +++ b/nomad/bottin2.hcl @@ -61,7 +61,7 @@ job "directory2" { task "guichet" { driver = "docker" config { - image = "lxpz/guichet_amd64:1" + image = "lxpz/guichet_amd64:2" readonly_rootfs = true port_map { web_port = 9991 |