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.
1 parent f091083 commit 0b2810eCopy full SHA for 0b2810e
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