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

This commit is contained in:
renovate[bot]
2026-05-20 09:01:23 +02:00
committed by Daniel Hofstetter
parent b24d19ab49
commit a47b357bc5
+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-20260421
FROM debian:trixie-20260518
# Install GNU shadow-utils first — this creates /etc/pam.d/passwd,
# /etc/pam.d/su, and other PAM configs we need. We overwrite the