Skip to content

Commit

Permalink
Bump rockylinux from 8 to 9 in /packaging/rpm
Browse files Browse the repository at this point in the history
Bumps rockylinux from 8 to 9.

---
updated-dependencies:
- dependency-name: rockylinux
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 10, 2023
1 parent 859b446 commit 500080d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/rpm/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 rockylinux:8
FROM rockylinux:9
RUN dnf install -y rpm-build
RUN mkdir -p /root/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS}
RUN echo "%_topdir /root/rpmbuild" >> .rpmmacros
Expand Down

0 comments on commit 500080d

Please sign in to comment.