diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-12 17:39:09 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-12 17:39:09 +0100 |
commit | c3d30df155e24da199a8e9c388a26c18c80946b4 (patch) | |
tree | 637652deeedc5c1f4602e727563321cd9711d822 | |
parent | 8ca2d399710195c5045c4a7db02e3c867bd4e87e (diff) | |
download | bottin-c3d30df155e24da199a8e9c388a26c18c80946b4.tar.gz bottin-c3d30df155e24da199a8e9c388a26c18c80946b4.zip |
Update Docker image
-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 8a3ad36..1605f22 100644 --- a/bottin.hcl.example +++ b/bottin.hcl.example @@ -12,7 +12,7 @@ job "directory" { task "server" { driver = "docker" config { - image = "lxpz/bottin_amd64:10" + image = "lxpz/bottin_amd64:11" readonly_rootfs = true port_map { ldap_port = 389 |