We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e56c804 commit 3219f58Copy full SHA for 3219f58
build/Dockerfile
@@ -15,7 +15,7 @@ COPY --link client ./client
15
RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH go build -trimpath -a -ldflags "-s -w -X main.version=${VERSION}" -o nginx-prometheus-exporter .
16
17
18
-FROM --platform=$BUILDPLATFORM alpine:3.20 AS certs
+FROM --platform=$BUILDPLATFORM alpine:3.21 AS certs
19
20
FROM scratch AS base
21
COPY --from=certs --link /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
0 commit comments