diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-13 17:59:00 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-13 17:59:29 +0100 |
commit | 69e5c595d7818ea03388ede421d0c903c592ef49 (patch) | |
tree | 58016f6e7232771ec0f129e477d3bc9126881c22 /nomad | |
parent | 8c360dfed494773aae415982691806600875bcb4 (diff) | |
download | infrastructure-69e5c595d7818ea03388ede421d0c903c592ef49.tar.gz infrastructure-69e5c595d7818ea03388ede421d0c903c592ef49.zip |
Update nomad and bottin
Diffstat (limited to 'nomad')
-rw-r--r-- | nomad/bottin2.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nomad/bottin2.hcl b/nomad/bottin2.hcl index 6221d71..c883851 100644 --- a/nomad/bottin2.hcl +++ b/nomad/bottin2.hcl @@ -12,7 +12,7 @@ job "directory2" { task "bottin" { driver = "docker" config { - image = "lxpz/bottin_amd64:10" + image = "lxpz/bottin_amd64:12" readonly_rootfs = true port_map { ldap_port = 1389 @@ -61,7 +61,7 @@ job "directory2" { task "guichet" { driver = "docker" config { - image = "lxpz/guichet_amd64:3" + image = "lxpz/guichet_amd64:5" readonly_rootfs = true port_map { web_port = 9991 |