Skip to content
Open
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 backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# Use the project's MSRV for reproducible builds.
# No nightly-only features are used (MSRV 1.88 per Cargo.toml); nightly is a
# floating, unpinned toolchain and an unnecessary supply-chain risk.
FROM rust:1.88-bookworm AS builder
FROM rust:1.96-bookworm AS builder

# Set working directory for all subsequent commands
WORKDIR /app
Expand Down
Loading