Fix wasm32

This commit is contained in:
2026-03-22 12:03:03 +01:00
parent bada5982c8
commit bc28b25c8e
2 changed files with 32 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
##################
### BASE STAGE ###
##################
FROM rust:1.92.0 AS base
FROM rust:1.94.0 AS base
RUN rustup target add wasm32-unknown-unknown
RUN rustup target add x86_64-unknown-linux-musl