Fix Docker build by using --locked for cargo-chef install (#2222)
cargo-chef's transitive dependencies (cargo-platform, cargo_metadata, guppy, target-spec) bumped their MSRV to Rust 1.86-1.88, breaking the install on our pinned Rust 1.85.0 toolchain. Using --locked forces cargo to use cargo-chef's bundled lockfile, which is tested against its supported Rust versions.
P
Pekka Enberg committed
3044eb733eb24b7378394d0914d257156faa064d
Committed by GitHub <noreply@github.com>
on 3/19/2026, 2:14:53 PM