Skip to content

Commit

Permalink
chore: update base image to ubi9 (#1556)
Browse files Browse the repository at this point in the history
  • Loading branch information
deven0t committed Jan 31, 2024
1 parent a93b19f commit 57fba22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.fips.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN make build-fips && cp kube-bench /go/bin/kube-bench


# ubi8-minimal base image for build with ubi standards
FROM registry.access.redhat.com/ubi8/ubi-minimal as run
FROM registry.access.redhat.com/ubi9/ubi-minimal as run

RUN microdnf install -y yum findutils openssl \
&& yum -y update-minimal --security --sec-severity=Moderate --sec-severity=Important --sec-severity=Critical \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN make build && cp kube-bench /go/bin/kube-bench


# ubi8-minimal base image for build with ubi standards
FROM registry.access.redhat.com/ubi8/ubi-minimal as run
FROM registry.access.redhat.com/ubi9/ubi-minimal as run

RUN microdnf install -y yum findutils openssl \
&& yum -y update-minimal --security --sec-severity=Moderate --sec-severity=Important --sec-severity=Critical \
Expand Down

0 comments on commit 57fba22

Please sign in to comment.