Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down