diff options
author | Alex Auvolat <alex@adnab.me> | 2021-03-16 14:59:10 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-03-16 14:59:10 +0100 |
commit | e197429531ee53d1f5960905b8bd8298d1416e4e (patch) | |
tree | 1b3c71808e280d2dfd00d5b8e60f4a36391bd963 /app/directory/deploy/directory.hcl | |
parent | d67a6c363aeee6d044d55a89cb24ab276215d936 (diff) | |
download | infrastructure-e197429531ee53d1f5960905b8bd8298d1416e4e.tar.gz infrastructure-e197429531ee53d1f5960905b8bd8298d1416e4e.zip |
Update bottin; remove drone runner
Diffstat (limited to 'app/directory/deploy/directory.hcl')
-rw-r--r-- | app/directory/deploy/directory.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/directory/deploy/directory.hcl b/app/directory/deploy/directory.hcl index a6eb885..c4dd5c6 100644 --- a/app/directory/deploy/directory.hcl +++ b/app/directory/deploy/directory.hcl @@ -21,7 +21,7 @@ job "directory" { task "bottin" { driver = "docker" config { - image = "lxpz/bottin_amd64:20" + image = "lxpz/bottin_amd64:21" network_mode = "host" readonly_rootfs = true ports = [ "ldap_port" ] |