diff --git a/databases/lldap.nomad b/databases/lldap.nomad index a91b299..f06c260 100644 --- a/databases/lldap.nomad +++ b/databases/lldap.nomad @@ -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"] }