1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

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