We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a06657b commit 95c737dCopy full SHA for 95c737d
packaging/docker/alpine/Dockerfile
@@ -4,7 +4,7 @@ ADD . /go/src/app
4
WORKDIR /go/src/app
5
RUN make miniflux
6
7
-FROM docker.io/library/alpine:3.20
+FROM docker.io/library/alpine:3.21
8
9
LABEL org.opencontainers.image.title=Miniflux
10
LABEL org.opencontainers.image.description="Miniflux is a minimalist and opinionated feed reader"
0 commit comments