diff --git a/deploy/Dockerfile.scraper b/deploy/Dockerfile.scraper index 8860121ec..ec610d27d 100644 --- a/deploy/Dockerfile.scraper +++ b/deploy/Dockerfile.scraper @@ -1,5 +1,5 @@ # Chef stage — installs cargo-chef and musl toolchain once, reused by planner + builder -FROM rust:1.97@sha256:1bcff4befb740599103a2c7cb51058e14479b2e35e3a34a3f0dc4ede09927488 AS chef +FROM rust:1.98@sha256:620dbcd124499c59e2406d3741574b5c5838cf9eb9656f0c3a03948f79b02959 AS chef # --locked pins cargo-chef's transitive deps (e.g. cargo-platform) to the # versions it was published with. Without this, cargo-platform 0.3.3 gets