From afe58c76f2badbb25c7aedce97b1a14e487b8e34 Mon Sep 17 00:00:00 2001 From: Thomas Nguyen <81267004+AppleThomas@users.noreply.github.com> Date: Thu, 23 Apr 2026 23:56:19 -0400 Subject: [PATCH] lock down cargo chef version to stop build errors --- cluster/docker/sv-dune.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/docker/sv-dune.Dockerfile b/cluster/docker/sv-dune.Dockerfile index 14437c4a..addb6fe5 100644 --- a/cluster/docker/sv-dune.Dockerfile +++ b/cluster/docker/sv-dune.Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$BUILDPLATFORM tonistiigi/xx AS xx FROM --platform=$BUILDPLATFORM rust:1.90.0-bookworm AS chef ARG TARGETPLATFORM -RUN cargo install cargo-chef +RUN cargo install cargo-chef --locked WORKDIR /build/ COPY --from=xx / /