diff options
author | Alex Auvolat <alex@adnab.me> | 2021-03-09 19:08:59 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-03-09 19:08:59 +0100 |
commit | 2b0c6f09ff5ac1a15c5ea4c76537ef41e5f274f4 (patch) | |
tree | fb8b681f92418415b2814976691f14f808982878 | |
parent | 99d8955ab3b5e24552d1f2b621744d07013f58ac (diff) | |
download | bottin-2b0c6f09ff5ac1a15c5ea4c76537ef41e5f274f4.tar.gz bottin-2b0c6f09ff5ac1a15c5ea4c76537ef41e5f274f4.zip |
-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 4547a7b..c2dac10 100644 --- a/bottin.hcl.example +++ b/bottin.hcl.example @@ -12,7 +12,7 @@ job "directory" { task "server" { driver = "docker" config { - image = "lxpz/bottin_amd64:14" + image = "lxpz/bottin_amd64:21" readonly_rootfs = true port_map { ldap_port = 389 |