Skip to content

Commit

Permalink
Merge pull request #2492 from eqlabs/krisztian/upgrade-rust-in-docker
Browse files Browse the repository at this point in the history
chore(Dockerfile): upgrade Rust to 1.84.0
  • Loading branch information
kkovaacs authored Jan 16, 2025
2 parents 1dbfeb9 + 5c7dfc4 commit 86a3a20
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 Debian container we'll be copying the pathfinder
# executable to.
FROM --platform=$BUILDPLATFORM lukemathwalker/cargo-chef:0.1.67-rust-1.80-slim-bookworm AS cargo-chef
FROM --platform=$BUILDPLATFORM lukemathwalker/cargo-chef:0.1.70-rust-1.84-slim-bookworm AS cargo-chef
WORKDIR /usr/src/pathfinder

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

0 comments on commit 86a3a20

Please sign in to comment.