Bump lldap to latest release

This commit is contained in:
IamTheFij 2023-09-14 12:14:07 -07:00
parent 8dd00c1249
commit 72a108753b
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ job "lldap" {
driver = "docker"
config {
image = "ghcr.io/lldap/lldap:latest"
image = "ghcr.io/lldap/lldap:v0.5"
ports = ["ldap", "web"]
args = ["run", "--config-file", "$${NOMAD_TASK_DIR}/lldap_config.toml"]
}