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 643b89ec89
commit 95eb6c1230

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 RUN apk add --no-cache build-base git make
ADD . /go/src/app ADD . /go/src/app
WORKDIR /go/src/app WORKDIR /go/src/app