From 5c7dfc425ee1d65b931b213bbc3ad80467cdf14f Mon Sep 17 00:00:00 2001 From: Krisztian Kovacs Date: Thu, 16 Jan 2025 10:49:59 +0100 Subject: [PATCH] chore(Dockerfile): upgrade Rust to 1.84.0 The Cairo compiler does not compile with Rust 1.80.0 anymore. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7ce519791c..a580f4b0ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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