Skip to content

Commit

Permalink
build(deps): bump library/alpine in /packaging/docker/alpine
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored and fguillot committed Dec 17, 2024
1 parent 7939b54 commit 7346d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/docker/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7346d75

Please sign in to comment.