ci: docker_tag=ext | rust 1.82 + wasm-bindgen-cli 0.2.92 --locked (cargo+bindgen)
Some checks failed
Build and Push Docker image (ext) / docker (push) Failing after 3m16s

This commit is contained in:
4NK CI Bot 2025-09-18 10:50:14 +00:00
parent 59ad93516c
commit fb54522bce

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.4
FROM rust:1.73-alpine AS wasm-builder
FROM rust:1.82-alpine AS wasm-builder
WORKDIR /build
# Installation des dépendances nécessaires pour la compilation
@ -16,8 +16,8 @@ RUN apk update && apk add --no-cache \
musl-dev \
nginx
# Installer wasm-bindgen CLI compatible et target wasm32
RUN cargo install wasm-bindgen-cli --version 0.2.92 && \
# Installer wasm-bindgen CLI (0.2.92) et target wasm32 (Rust >=1.81)
RUN cargo install wasm-bindgen-cli --version 0.2.92 --locked && \
rustup target add wasm32-unknown-unknown
# Configuration SSH basique