From ad80fb093ef4f3fa39548427b1262453a6aa338c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 14:48:57 +0000 Subject: [PATCH] Update alpine Docker tag to v3.23 | datasource | package | from | to | | ---------- | ------- | ---- | ---- | | docker | alpine | 3.22 | 3.23 | 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 825eab70c..d05b0b090 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.22 AS certs +FROM --platform=$BUILDPLATFORM alpine:3.23 AS certs FROM scratch AS base COPY --from=certs --link /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/