Alpine Linux 3.16 (#647)

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2022-07-17 14:27:20 +02:00
committed by GitHub
parent 857e462090
commit 1205afb6cd

View File

@@ -51,7 +51,7 @@ COPY --from=build /out/*.zip /
FROM scratch AS binary
COPY --from=build /usr/local/bin/diun* /
FROM alpine:3.15
FROM alpine:3.16
RUN apk --update --no-cache add ca-certificates openssl
COPY --from=build /usr/local/bin/diun /usr/local/bin/diun
ENV PROFILER_PATH="/profiler" \