From 80968c9efdf09da643bc72f7108349113d200c14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 14:45:40 +0000 Subject: [PATCH] Update alpine Docker tag to v3.22 | datasource | package | from | to | | ---------- | ------- | ---- | ---- | | docker | alpine | 3.21 | 3.22 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index cea9b731e..30a9a17d5 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -15,7 +15,7 @@ COPY --link client ./client RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH go build -trimpath -a -ldflags "-s -w -X main.version=${VERSION}" -o nginx-prometheus-exporter . -FROM --platform=$BUILDPLATFORM alpine:3.21 AS certs +FROM --platform=$BUILDPLATFORM alpine:3.22 AS certs FROM scratch AS base COPY --from=certs --link /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/