From 1205afb6cd36f01a156e583e73bbc12d57c78cd1 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 17 Jul 2022 14:27:20 +0200 Subject: [PATCH] Alpine Linux 3.16 (#647) Co-authored-by: CrazyMax --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ae8c1c98..9f453899 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" \