Skip to content
Closed
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 gateway/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN cargo build --release -p gateway

# Stage 3: Minimal runtime
# Pinned 2025-12-17 – update periodically from https://hub.docker.com/_/debian
FROM debian:bookworm-20250113-slim
FROM debian:bookworm-20260406-slim

# Install runtime dependencies
RUN apt-get update && apt-get install -y \
Expand Down
Loading