using fat image for building rust

This commit is contained in:
Andy Pack 2023-05-16 17:59:00 +01:00
parent d91ef2996d
commit 94aa110fb4
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -1,4 +1,4 @@
FROM rust:1.69-alpine AS rust-build
FROM rust:1.69 AS rust-build
RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh