build: bump Alpine Linux build image to v3.20

This commit is contained in:
Frédéric Guillot 2024-08-15 16:23:56 -07:00
parent fa51c3ead7
commit eb057d0415

View File

@ -1,4 +1,4 @@
FROM docker.io/library/golang:alpine3.19 AS build
FROM docker.io/library/golang:alpine3.20 AS build
RUN apk add --no-cache build-base git make
ADD . /go/src/app
WORKDIR /go/src/app