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

build(deps): bump library/alpine in /packaging/docker/alpine

Bumps library/alpine from 3.20 to 3.21.

---
updated-dependencies:
- dependency-name: library/alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-12-16 22:07:19 +00:00 committed by Frédéric Guillot
parent 7939b54341
commit 7346d751cc

View file

@ -4,7 +4,7 @@ ADD . /go/src/app
WORKDIR /go/src/app
RUN make miniflux
FROM docker.io/library/alpine:3.20
FROM docker.io/library/alpine:3.21
LABEL org.opencontainers.image.title=Miniflux
LABEL org.opencontainers.image.description="Miniflux is a minimalist and opinionated feed reader"