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 7de28cf commit 773590fCopy full SHA for 773590f
images/custom-error-pages/rootfs/Dockerfile
@@ -14,7 +14,7 @@
14
15
ARG GOLANG_VERSION
16
17
-FROM golang:${GOLANG_VERSION}-alpine3.18 as builder
+FROM golang:${GOLANG_VERSION}-alpine3.20 as builder
18
19
RUN apk update \
20
&& apk upgrade && apk add git
@@ -37,4 +37,4 @@ COPY --from=builder /go/src/k8s.io/ingress-nginx/images/custom-error-pages/www /
37
COPY --from=builder /go/src/k8s.io/ingress-nginx/images/custom-error-pages/etc /etc
38
USER nonroot:nonroot
39
40
-CMD ["/nginx-errors"]
+CMD ["/nginx-errors"]
0 commit comments