diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-13 17:56:44 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-13 17:56:44 +0100 |
commit | 81328aa321e277adf27e91a61c1f13dab2df9fde (patch) | |
tree | f49d109949fd63ae3f90a73d87ce088bbcefdf39 | |
parent | 13d8cf028a7841df54da31650918fe0f142df2d8 (diff) | |
download | bottin-81328aa321e277adf27e91a61c1f13dab2df9fde.tar.gz bottin-81328aa321e277adf27e91a61c1f13dab2df9fde.zip |
Update docker image to version 12
-rw-r--r-- | bottin.hcl.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bottin.hcl.example b/bottin.hcl.example index 1605f22..5f95d57 100644 --- a/bottin.hcl.example +++ b/bottin.hcl.example @@ -12,7 +12,7 @@ job "directory" { task "server" { driver = "docker" config { - image = "lxpz/bottin_amd64:11" + image = "lxpz/bottin_amd64:12" readonly_rootfs = true port_map { ldap_port = 389 |