Skip to content

Commit

Permalink
chore: upgrading to centos:stream9 (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 authored Jun 6, 2024
1 parent 5d96ef7 commit 8118332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-rpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN npm install && \
npm run build && \
npm run package

FROM quay.io/centos/centos:stream8
FROM quay.io/centos/centos:stream9
# library need to generate rpm package
RUN yum install -y rpm-build rpmdevtools gcc rpm-sign pinentry && \
curl -sL https://rpm.nodesource.com/setup_14.x | bash - && \
Expand Down

0 comments on commit 8118332

Please sign in to comment.