diff options
author | Alex Auvolat <alex@adnab.me> | 2020-01-26 22:30:05 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-01-26 22:30:05 +0100 |
commit | 1be8b6a3d8833a65e051c7936cab662d37bfebc2 (patch) | |
tree | 85f9bcbce9f37ef6a2293218fc4c2adc76b283f7 /gobottin.hcl.example | |
parent | 89e432b06cbcf8c7bc0433eedfac05171fdfeaa2 (diff) | |
download | bottin-1be8b6a3d8833a65e051c7936cab662d37bfebc2.tar.gz bottin-1be8b6a3d8833a65e051c7936cab662d37bfebc2.zip |
Separate build path for static version
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 bace927..b522245 100644 --- a/gobottin.hcl.example +++ b/gobottin.hcl.example @@ -12,7 +12,7 @@ job "directory" { task "server" { driver = "docker" config { - image = "lxpz/gobottin_amd64:2" + image = "lxpz/gobottin_amd64:3" readonly_rootfs = true port_map { ldap_port = 1389 |