Skip to content

Commit

Permalink
Fixes wasm-pack installation settings to use lock file and fix the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
raugfer committed Dec 23, 2024
1 parent 4c04f6a commit 1c92cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/npm/garaga_ts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

FROM rust:1.80.1

RUN cargo install wasm-pack
RUN cargo install --locked wasm-pack

RUN curl -L https://bit.ly/n-install | bash -s -- -y 20.17.0

Expand Down

0 comments on commit 1c92cde

Please sign in to comment.