Skip to content

Commit 2aec67e

Browse files
chore(deps): update ghcr.io/lldap/lldap docker tag to v2026-02-27-alpine-rootless (#1081)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e8aef56 commit 2aec67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/lldap/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ in {
320320
# Always use rootless images here with root-user, because otherwise chown on the read-only
321321
# lldap_config.toml will be attemped which fails
322322
# renovate: versioning=loose
323-
image = "ghcr.io/lldap/lldap:2026-02-24-alpine-rootless";
323+
image = "ghcr.io/lldap/lldap:2026-02-27-alpine-rootless";
324324
user = config.nps.defaultUid;
325325
volumeMap = {
326326
db = "${storage}/db:/db";

0 commit comments

Comments
 (0)