Merge branch '3.12' of ssh://git.zknt.org:2222/dockers/alpine into 3.12
dockers/alpine/pipeline/head There was a failure building this commit Details

This commit is contained in:
chris 2020-08-26 15:05:27 +02:00
commit bf20a44580
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@ FROM scratch
ARG VERSION
ARG DATE
COPY --from=build /dest /
RUN apk add --no-cache ca-certificates
RUN apk add --no-cache ca-certificates curl
CMD ["/bin/sh"]
LABEL version.alpine=$VERSION build.date=$DATE