builder base image = rust:1-alpine

This commit is contained in:
Dmitry Belyaev 2023-03-28 17:01:05 +03:00
parent 83f2785481
commit 8ecb2e073e
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
FROM ekidd/rust-musl-builder:nightly-2020-07-12 as builder
FROM rust:1-alpine as builder
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL sparse
COPY Cargo.toml /home/rust/src/
COPY Cargo.lock /home/rust/src/