Skip to content

Commit

Permalink
fix: bump radiorabe/ubi9-minimal in the baseimages group (#17)
Browse files Browse the repository at this point in the history
Bumps the baseimages group with 1 update: [radiorabe/ubi9-minimal](https://github.com/radiorabe/container-image-ubi9-minimal).


Updates `radiorabe/ubi9-minimal` from 0.7.2 to 0.7.3
- [Release notes](https://github.com/radiorabe/container-image-ubi9-minimal/releases)
- [Commits](radiorabe/container-image-ubi9-minimal@v0.7.2...v0.7.3)

---
updated-dependencies:
- dependency-name: radiorabe/ubi9-minimal
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: baseimages
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 29, 2024
1 parent 8c57901 commit d95397e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM ghcr.io/radiorabe/ubi9-minimal:0.7.2
FROM ghcr.io/radiorabe/ubi9-minimal:0.7.3

RUN microdnf install -y epel-release \
&& microdnf install -y \
nut \
&& microdnf clean all \
&& mkdir /etc/nut /var/run/{nut,upsmon} \
&& chown nut /etc/nut /var/run/{nut,upsmon} \
&& chmod o-rwx /etc/nut /var/run/{nut,upsmon} \
&& mkdir /etc/nut /var/run/upsmon \
&& chown nut /etc/nut /var/run/upsmon \
&& chmod o-rwx /etc/nut /var/run/upsmon \
&& chmod a-s \
/usr/bin/* \
/usr/sbin/* \
Expand Down

0 comments on commit d95397e

Please sign in to comment.