From ccae76f3eadce42e0dd7ce1dd4bc52993ffcbf7b Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Mon, 11 Dec 2023 09:03:27 +0100 Subject: [PATCH] build: update Alpine to 3.19 Signed-off-by: Hidde Beydals --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 59b233fe..2396e5af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,7 +60,7 @@ RUN export CGO_LDFLAGS="-static -fuse-ld=lld" && \ # Ensure that the binary was cross-compiled correctly to the target platform. RUN xx-verify --static /source-controller -FROM alpine:3.18 +FROM alpine:3.19 ARG TARGETPLATFORM RUN apk --no-cache add ca-certificates \