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
parent bcb98c0c8d
commit de4cf1703e

View file

@ -14,7 +14,7 @@
ARG GOLANG_VERSION ARG GOLANG_VERSION
FROM golang:${GOLANG_VERSION}-alpine3.18 as builder FROM golang:${GOLANG_VERSION}-alpine3.20 as builder
RUN apk update \ RUN apk update \
&& apk upgrade && apk add git && apk upgrade && apk add git