From e2d55274222fadc49315b897a62d00b95a29d151 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 04:35:40 +0000 Subject: [PATCH] Bump ubi8/ubi-minimal from 8.8 to 8.9 in /images/operator-sdk Bumps ubi8/ubi-minimal from 8.8 to 8.9. --- updated-dependencies: - dependency-name: ubi8/ubi-minimal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- images/operator-sdk/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/operator-sdk/Dockerfile b/images/operator-sdk/Dockerfile index f1137b10130..c9d49e20ddb 100644 --- a/images/operator-sdk/Dockerfile +++ b/images/operator-sdk/Dockerfile @@ -17,7 +17,7 @@ COPY . . RUN GOOS=linux GOARCH=$TARGETARCH make build/operator-sdk # Final image. -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9 ENV GO_VERSION 1.19