builder base image = rust:1-alpine
This commit is contained in:
parent
83f2785481
commit
8ecb2e073e
@ -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.toml /home/rust/src/
|
||||||
COPY Cargo.lock /home/rust/src/
|
COPY Cargo.lock /home/rust/src/
|
||||||
|
Loading…
Reference in New Issue
Block a user