diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-11 23:27:57 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-11 23:27:57 +0100 |
commit | 91032944ee47ed6b6eeb674266ec64bedeac37b7 (patch) | |
tree | 1a2b518ccd68cdd0fe2530041b28bfc910760eb0 | |
parent | 9815004324be1d2396ead81a7e8e02bffcfac47b (diff) | |
download | infrastructure-91032944ee47ed6b6eeb674266ec64bedeac37b7.tar.gz infrastructure-91032944ee47ed6b6eeb674266ec64bedeac37b7.zip |
Bump guichet to v3 (disable email edit)
-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 2851bc1..6221d71 100644 --- a/nomad/bottin2.hcl +++ b/nomad/bottin2.hcl @@ -61,7 +61,7 @@ job "directory2" { task "guichet" { driver = "docker" config { - image = "lxpz/guichet_amd64:2" + image = "lxpz/guichet_amd64:3" readonly_rootfs = true port_map { web_port = 9991 |