From 9eed31daa9488991c0a55e4beaf38cf28b2b75b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 04:58:52 +0000 Subject: [PATCH] Bump ubi8/ubi-minimal from 8.9 to 8.10 in /images/operator-sdk Bumps ubi8/ubi-minimal from 8.9 to 8.10. --- 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 c9d49e20ddb..775d998f16c 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.9 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10 ENV GO_VERSION 1.19