Skip to content

Commit

Permalink
bump alpine version to 3.20 to custom-error-pages (#11538)
Browse files Browse the repository at this point in the history
Co-authored-by: Olivier Wenger <[email protected]>
  • Loading branch information
k8s-infra-cherrypick-robot and owngr authored Jul 2, 2024
1 parent 52f89fa commit 0377536
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/custom-error-pages/rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

ARG GOLANG_VERSION

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

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

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

0 comments on commit 0377536

Please sign in to comment.