Skip to content

Commit 3219f58

Browse files
Update alpine Docker tag to v3.21 (#919)
| datasource | package | from | to | | ---------- | ------- | ---- | ---- | | docker | alpine | 3.20 | 3.21 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e56c804 commit 3219f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COPY --link client ./client
1515
RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH go build -trimpath -a -ldflags "-s -w -X main.version=${VERSION}" -o nginx-prometheus-exporter .
1616

1717

18-
FROM --platform=$BUILDPLATFORM alpine:3.20 AS certs
18+
FROM --platform=$BUILDPLATFORM alpine:3.21 AS certs
1919

2020
FROM scratch AS base
2121
COPY --from=certs --link /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/

0 commit comments

Comments
 (0)