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 c99bd05 commit 72f8183Copy full SHA for 72f8183
ci/docker-rust/Dockerfile
@@ -2,6 +2,7 @@
2
# ci/rust-version.sh to pick up the new image tag
3
FROM rust:1.69.0
4
5
+# we need to pin wasm-pack due to https://github.com/rustwasm/wasm-pack/issues/1308
6
RUN set -x \
7
&& apt update \
8
&& apt-get install apt-transport-https \
@@ -37,7 +38,7 @@ RUN set -x \
37
38
&& cargo install mdbook \
39
&& cargo install mdbook-linkcheck \
40
&& cargo install svgbob_cli \
- && cargo install wasm-pack \
41
+ && cargo install --version 0.11.1 wasm-pack \
42
&& cargo install sccache \
43
&& rustc --version \
44
&& cargo --version
0 commit comments