Skip to content

Commit 08fc3ca

Browse files
authored
lock down cargo chef version to stop build errors (#545)
1 parent 03adfe0 commit 08fc3ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cluster/docker/sv-dune.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM --platform=$BUILDPLATFORM tonistiigi/xx AS xx
22
FROM --platform=$BUILDPLATFORM rust:1.90.0-bookworm AS chef
33

44
ARG TARGETPLATFORM
5-
RUN cargo install cargo-chef
5+
RUN cargo install cargo-chef --locked
66
WORKDIR /build/
77

88
COPY --from=xx / /

0 commit comments

Comments
 (0)