diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-14 22:03:46 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-14 22:03:46 +0100 |
commit | 0c4d55895cfda3632af8ada1cebd3e14addb6033 (patch) | |
tree | 459c291c077cb4b5ac1ff089ecb20ff25445e17d | |
parent | afcad41e8532a307875067d72a2b68b476988007 (diff) | |
download | bottin-0c4d55895cfda3632af8ada1cebd3e14addb6033.tar.gz bottin-0c4d55895cfda3632af8ada1cebd3e14addb6033.zip |
Update docker image version
-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 5f95d57..444a5b7 100644 --- a/bottin.hcl.example +++ b/bottin.hcl.example @@ -12,7 +12,7 @@ job "directory" { task "server" { driver = "docker" config { - image = "lxpz/bottin_amd64:12" + image = "lxpz/bottin_amd64:13" readonly_rootfs = true port_map { ldap_port = 389 |