From 13e963f60732be7dd9dc59449f4131c35a910d18 Mon Sep 17 00:00:00 2001 From: Max batleforc Date: Mon, 14 Oct 2024 18:47:33 +0200 Subject: [PATCH] feat: spec of the weebo 4 project --- build/back/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/back/Containerfile b/build/back/Containerfile index 48c71da..4bacb4f 100644 --- a/build/back/Containerfile +++ b/build/back/Containerfile @@ -4,7 +4,7 @@ WORKDIR /app RUN rustup target install wasm32-unknown-unknown && \ cargo install wasm-opt --locked && \ - cargo install -f wasm-bindgen-cli + cargo install -f wasm-bindgen-cli --version 0.2.95 # Prepare the build environment and cache dependencies