Skip to content

Commit

Permalink
chore(Dockerfile): bump Rust version to 1.74.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kkovaacs committed Nov 28, 2023
1 parent a731895 commit 4ca4181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Note that we're explicitly using the Debian bookworm image to make sure we're
# compatible with the Python container we'll be copying the pathfinder
# executable to.
FROM --platform=$BUILDPLATFORM lukemathwalker/cargo-chef:0.1.62-rust-1.73-slim-bookworm AS cargo-chef
FROM --platform=$BUILDPLATFORM lukemathwalker/cargo-chef:0.1.62-rust-1.74.0-slim-bookworm AS cargo-chef
WORKDIR /usr/src/pathfinder

FROM --platform=$BUILDPLATFORM cargo-chef AS rust-planner
Expand Down

0 comments on commit 4ca4181

Please sign in to comment.