We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8aef56 commit 2aec67eCopy full SHA for 2aec67e
modules/lldap/default.nix
@@ -320,7 +320,7 @@ in {
320
# Always use rootless images here with root-user, because otherwise chown on the read-only
321
# lldap_config.toml will be attemped which fails
322
# renovate: versioning=loose
323
- image = "ghcr.io/lldap/lldap:2026-02-24-alpine-rootless";
+ image = "ghcr.io/lldap/lldap:2026-02-27-alpine-rootless";
324
user = config.nps.defaultUid;
325
volumeMap = {
326
db = "${storage}/db:/db";
0 commit comments