From 8eee777a0b5f7c4290006a5140859f51ff080c0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 15:45:10 +0000 Subject: [PATCH] Bump ubi9/ubi-minimal from 9.6 to 9.7 in /images/operator-sdk Bumps ubi9/ubi-minimal from 9.6 to 9.7. --- updated-dependencies: - dependency-name: ubi9/ubi-minimal dependency-version: '9.7' 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 e5ad4440737..5191b62a2ee 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/ubi9/ubi-minimal:9.6 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7 ARG TARGETARCH RUN microdnf install -y make gcc which tar gzip