This commit is contained in:
parent
1a4ae07e6b
commit
21a549b19f
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM public.ecr.aws/docker/library/rust:1-alpine as builder
|
||||
FROM rust:1-alpine as builder
|
||||
|
||||
RUN rustup default stable
|
||||
RUN apk add --no-cache musl-dev openssl-dev openssl-libs-static pkgconf git mold clang
|
||||
|
@ -15,7 +15,7 @@ WORKDIR /wd
|
|||
COPY . /wd
|
||||
RUN cargo build --release --target=x86_64-unknown-linux-musl
|
||||
|
||||
FROM public.ecr.aws/docker/library/alpine
|
||||
FROM alpine
|
||||
ARG version=unknown
|
||||
ARG release=unreleased
|
||||
|
||||
|
|
Reference in a new issue