File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
ci/docker/wasm32-unknown-unknown Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM ubuntu:18 .04
1
+ FROM ubuntu:22 .04
2
2
3
3
RUN apt-get update -y && apt-get install -y --no-install-recommends \
4
4
ca-certificates \
@@ -17,10 +17,10 @@ RUN make -C wabt -j$(nproc)
17
17
ENV PATH=$PATH:/wabt/bin
18
18
19
19
# Install `wasm-bindgen-test-runner`
20
- RUN curl -L https://github.com/rustwasm/wasm-bindgen/releases/download/0.2.73 /wasm-bindgen-0.2.73 -x86_64-unknown-linux-musl.tar.gz \
20
+ RUN curl -L https://github.com/rustwasm/wasm-bindgen/releases/download/0.2.87 /wasm-bindgen-0.2.87 -x86_64-unknown-linux-musl.tar.gz \
21
21
| tar xzf -
22
22
# Keep in sync with the version on Cargo.toml.
23
- ENV PATH=$PATH:/wasm-bindgen-0.2.73 -x86_64-unknown-linux-musl
23
+ ENV PATH=$PATH:/wasm-bindgen-0.2.87 -x86_64-unknown-linux-musl
24
24
ENV CARGO_TARGET_WASM32_UNKNOWN_UNKNOWN_RUNNER=wasm-bindgen-test-runner
25
25
26
26
# Install `node`
You can’t perform that action at this time.
0 commit comments