diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-15 12:18:49 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-15 12:18:49 +0100 |
commit | ca787155c9f6b247ffc8718e963aad0fffeb5044 (patch) | |
tree | 8fc2d0a1148d8c42ed7853f03d7071bcae1d4363 | |
parent | 81cff21220f84b48c63008997276c8e89b17bd1c (diff) | |
download | infrastructure-ca787155c9f6b247ffc8718e963aad0fffeb5044.tar.gz infrastructure-ca787155c9f6b247ffc8718e963aad0fffeb5044.zip |
Update bottin 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 ed168cc..5aa9718 100644 --- a/nomad/bottin2.hcl +++ b/nomad/bottin2.hcl @@ -12,7 +12,7 @@ job "directory2" { task "bottin" { driver = "docker" config { - image = "lxpz/bottin_amd64:13" + image = "lxpz/bottin_amd64:14" readonly_rootfs = true port_map { ldap_port = 1389 |