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

chore(docker): update golang base image to alpine 3.22

This commit is contained in:
Frédéric Guillot 2025-06-23 17:39:45 -07:00
parent 875618d786
commit 62f1ac3ad3

View file

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