From dca27ad850bd2ca9c71df6bd6eaa560b6bb4d1d8 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Wed, 25 May 2022 10:35:21 +0300 Subject: [PATCH] Update Alpine to v3.16 Signed-off-by: Stefan Prodan --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 70a57dac..d7e1e05a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -94,7 +94,7 @@ RUN export $(cat build/musl/$(xx-info alpine-arch).env | xargs) && \ RUN xx-verify --static /source-controller -FROM alpine:3.15 +FROM alpine:3.16 ARG TARGETPLATFORM RUN apk --no-cache add ca-certificates \