Skip to content

Commit

Permalink
chore(Dockerfile): upgrade Rust to 1.84.0
Browse files Browse the repository at this point in the history
The Cairo compiler does not compile with Rust 1.80.0 anymore.
  • Loading branch information
kkovaacs committed Jan 16, 2025
1 parent 1dbfeb9 commit 5c7dfc4
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 5c7dfc4

Please sign in to comment.