From 0b2810e705d0c45f8a74850ebdea73153b42b757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20Hallstr=C3=B6m?= Date: Tue, 28 Oct 2025 15:29:04 +0100 Subject: [PATCH] build: ensure consistent cargo-msfs version Including subdeps. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1c93821..49307e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN wget https://apt.llvm.org/llvm.sh && \ RUN rustup target install wasm32-wasip1 # Install cargo-msfs -RUN cargo install --git https://github.com/navigraph/cargo-msfs +RUN cargo install --git https://github.com/navigraph/cargo-msfs --tag v1.1.0 --locked # Cache bust arg to re-install both SDKs ARG CACHEBUST