SIGN IN SIGN UP

Fix Docker build by using --locked for cargo-chef install

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
46a0527ac41efdabf8e08d3794b3a33938578eb3
Parent: 5835b55