chore(deps): update debian docker tag to trixie-20260421

This commit is contained in:
renovate[bot]
2026-04-22 12:35:54 +00:00
committed by GitHub
parent 0427a747ad
commit af8c607dd7
+1 -1
View File
@@ -26,7 +26,7 @@ RUN cargo build --release --features pam \
&& make install DESTDIR=/install PREFIX=/usr
# ── Stage 2: runtime with tests ────────────────────────────────────
FROM debian:trixie
FROM debian:trixie-20260421
# Install GNU shadow-utils first — this creates /etc/pam.d/passwd,
# /etc/pam.d/su, and other PAM configs we need. We overwrite the