From e8654d028163a9d29d53193f4c5a672208a9539e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 May 2022 16:13:44 +0200 Subject: [PATCH] Bump ubi8/ubi-minimal from 8.5 to 8.6 (#1182) Bumps ubi8/ubi-minimal from 8.5 to 8.6. --- updated-dependencies: - dependency-name: ubi8/ubi-minimal dependency-type: direct:production update-type: version-update:semver-minor ... 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 c3f6b1f..cea8949 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.5 as run +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6 as run RUN microdnf install yum findutils openssl\ && yum -y update-minimal --security --sec-severity=Moderate --sec-severity=Important --sec-severity=Critical \