Skip to content

Commit 0dfed5b

Browse files
authored
Merge pull request #28 from Navigraph/build/lock-cargo-msfs-version
2 parents f091083 + 0b2810e commit 0dfed5b

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)