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
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM rust:1.96.1-slim-bookworm AS chef
FROM --platform=$BUILDPLATFORM rust:1.97.1-slim-bookworm AS chef
RUN apt-get update && apt-get install -y --no-install-recommends \
musl-tools \
gcc-aarch64-linux-gnu \
Expand Down Expand Up @@ -33,7 +33,7 @@ RUN TARGET="$(cat /rust-target)" && \
cargo build --release --target "$TARGET" -p rust-affected && \
cp "target/$TARGET/release/rust-affected" /rust-affected

FROM rust:1.96.1-alpine3.23
FROM rust:1.98.0-alpine3.23
RUN apk add --no-cache git

LABEL org.opencontainers.image.title="rust-affected"
Expand Down