We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f091083 + 0b2810e commit 0dfed5bCopy full SHA for 0dfed5b
Dockerfile
@@ -17,7 +17,7 @@ RUN wget https://apt.llvm.org/llvm.sh && \
17
RUN rustup target install wasm32-wasip1
18
19
# Install cargo-msfs
20
-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
21
22
# Cache bust arg to re-install both SDKs
23
ARG CACHEBUST
0 commit comments