aboutsummaryrefslogtreecommitdiff
path: root/bottin.hcl.example
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-02-02 13:32:12 +0100
committerAlex Auvolat <alex@adnab.me>2020-02-02 13:32:12 +0100
commit4c037dcb94d2c663da9e624ba44dac0f833bc804 (patch)
tree4a110c2ccb999f0b343da98402273c67fe8cdc1f /bottin.hcl.example
parente9e7a4cb4bdf0a1fe0356d465f8becac49b46320 (diff)
downloadbottin-4c037dcb94d2c663da9e624ba44dac0f833bc804.tar.gz
bottin-4c037dcb94d2c663da9e624ba44dac0f833bc804.zip
Bug fix: case-insensitive value match (except for passwords)
Diffstat (limited to 'bottin.hcl.example')
-rw-r--r--bottin.hcl.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/bottin.hcl.example b/bottin.hcl.example
index 8305a01..59f7c57 100644
--- a/bottin.hcl.example
+++ b/bottin.hcl.example
@@ -12,7 +12,7 @@ job "directory" {
task "server" {
driver = "docker"
config {
- image = "lxpz/bottin_amd64:4"
+ image = "lxpz/bottin_amd64:5"
readonly_rootfs = true
port_map {
ldap_port = 389