Merge pull request #149 from uutils/renovate/debian-13.x

chore(deps): update debian docker tag to trixie-20260421
This commit is contained in:
Pierre Warnier
2026-04-22 16:19:44 +02:00
committed by GitHub
+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