diff options
author | Alex Auvolat <alex@adnab.me> | 2020-01-26 22:26:12 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-01-26 22:26:12 +0100 |
commit | 89e432b06cbcf8c7bc0433eedfac05171fdfeaa2 (patch) | |
tree | a57daea81b53d593b5f0f0e7b5c53e24e238a013 /gobottin.hcl.example | |
parent | f8c726dcdac2d224ce46a66b95efdf81a5b76f48 (diff) | |
download | bottin-89e432b06cbcf8c7bc0433eedfac05171fdfeaa2.tar.gz bottin-89e432b06cbcf8c7bc0433eedfac05171fdfeaa2.zip |
Bump docker tag
Diffstat (limited to 'gobottin.hcl.example')
-rw-r--r-- | gobottin.hcl.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gobottin.hcl.example b/gobottin.hcl.example index 75a05c9..bace927 100644 --- a/gobottin.hcl.example +++ b/gobottin.hcl.example @@ -12,7 +12,7 @@ job "directory" { task "server" { driver = "docker" config { - image = "lxpz/gobottin_amd64:1" + image = "lxpz/gobottin_amd64:2" readonly_rootfs = true port_map { ldap_port = 1389 |