From f959abe0da73d9e87ac5ee56bfc9ba2ace8abc04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 14:46:02 +0200 Subject: [PATCH] build(deps): bump ubi8/ubi-minimal from 8.6 to 8.7 (#1320) Bumps ubi8/ubi-minimal from 8.6 to 8.7. --- updated-dependencies: - dependency-name: ubi8/ubi-minimal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile.ubi8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.ubi8 b/Dockerfile.ubi8 index 9a6d3a3..9e48975 100644 --- a/Dockerfile.ubi8 +++ b/Dockerfile.ubi8 @@ -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:8.6 as run +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7 as run RUN microdnf install yum findutils openssl\ && yum -y update-minimal --security --sec-severity=Moderate --sec-severity=Important --sec-severity=Critical \