bump alpine version to 3.20 to custom-error-pages

This commit is contained in:
Olivier Wenger 2024-07-02 08:03:42 +02:00 committed by k8s-infra-cherrypick-robot
parent 88494aa11d
commit d9e6466e40

View file

@ -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