ci: docker_tag=ext | align wasm-bindgen-cli 0.2.103 with crate 0.2.103
Some checks failed
Build and Push Docker image (ext) / docker (push) Failing after 3m44s

This commit is contained in:
4NK CI Bot 2025-09-18 11:01:04 +00:00
parent 5884e8d845
commit 01ad5a3816

View File

@ -17,7 +17,7 @@ RUN apk update && apk add --no-cache \
nginx
# Installer wasm-bindgen CLI (0.2.92) et target wasm32 (Rust >=1.81)
RUN cargo install wasm-bindgen-cli --version 0.2.92 --locked && \
RUN cargo install wasm-bindgen-cli --version 0.2.103 --locked && \
rustup target add wasm32-unknown-unknown
ENV PATH="/usr/local/cargo/bin:${PATH}"