We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03adfe0 commit 08fc3caCopy full SHA for 08fc3ca
1 file changed
cluster/docker/sv-dune.Dockerfile
@@ -2,7 +2,7 @@ FROM --platform=$BUILDPLATFORM tonistiigi/xx AS xx
2
FROM --platform=$BUILDPLATFORM rust:1.90.0-bookworm AS chef
3
4
ARG TARGETPLATFORM
5
-RUN cargo install cargo-chef
+RUN cargo install cargo-chef --locked
6
WORKDIR /build/
7
8
COPY --from=xx / /
0 commit comments