Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/Dockerfile.scraper
Original file line number Diff line number Diff line change
@@ -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
Expand Down