Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile.e2e
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN cargo build --release --features pam \
&& make install DESTDIR=/install PREFIX=/usr

# ── Stage 2: runtime with tests ────────────────────────────────────
FROM debian:trixie-20260518
FROM debian:trixie-20260610

# Install GNU shadow-utils first β€” this creates /etc/pam.d/passwd,
# /etc/pam.d/su, and other PAM configs we need. We overwrite the
Expand Down