Skip to content

Commit 0b2810e

Browse files
committed
build: ensure consistent cargo-msfs version
Including subdeps.
1 parent f091083 commit 0b2810e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN wget https://apt.llvm.org/llvm.sh && \
1717
RUN rustup target install wasm32-wasip1
1818

1919
# Install cargo-msfs
20-
RUN cargo install --git https://github.com/navigraph/cargo-msfs
20+
RUN cargo install --git https://github.com/navigraph/cargo-msfs --tag v1.1.0 --locked
2121

2222
# Cache bust arg to re-install both SDKs
2323
ARG CACHEBUST

0 commit comments

Comments
 (0)