Skip to content

Commit 773590f

Browse files
authored
bump alpine version to 3.20 to custom-error-pages (#11530)
1 parent 7de28cf commit 773590f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/custom-error-pages/rootfs/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
ARG GOLANG_VERSION
1616

17-
FROM golang:${GOLANG_VERSION}-alpine3.18 as builder
17+
FROM golang:${GOLANG_VERSION}-alpine3.20 as builder
1818

1919
RUN apk update \
2020
&& apk upgrade && apk add git
@@ -37,4 +37,4 @@ COPY --from=builder /go/src/k8s.io/ingress-nginx/images/custom-error-pages/www /
3737
COPY --from=builder /go/src/k8s.io/ingress-nginx/images/custom-error-pages/etc /etc
3838
USER nonroot:nonroot
3939

40-
CMD ["/nginx-errors"]
40+
CMD ["/nginx-errors"]

0 commit comments

Comments
 (0)