Skip to content

Commit

Permalink
use BASE_ALPINE
Browse files Browse the repository at this point in the history
Signed-off-by: Nianyu Shen <[email protected]>
  • Loading branch information
nianyush committed Aug 9, 2024
1 parent d7bcf69 commit a633e02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ BASE_ALPINE:
COMMAND
IF [ ! -z $PROXY_CERT_PATH ]
COPY sc.crt /etc/ssl/certs
RUN update-ca-certificates
RUN update-ca-certificates
END
RUN apk add curl

Expand Down Expand Up @@ -984,7 +984,7 @@ download-third-party:
SAVE ARTIFACT /binaries/${binary}/latest/$BIN_TYPE/$TARGETARCH/${binary}.version ${binary}.version

third-party:
FROM $ALPINE_IMG
DO +BASE_ALPINE
ARG binary
RUN apk add upx
WORKDIR /WORKDIR
Expand Down

0 comments on commit a633e02

Please sign in to comment.