using fat image for building rust

This commit is contained in:
Andy Pack 2023-05-16 17:58:48 +01:00
parent 399ed615d3
commit 864e9fb3e0
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