From 32d8b4f6926e7bb2615184026f01bd2c1e3f13fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 17:20:03 +0000 Subject: [PATCH] Bump ubi9/ubi-minimal from 9.6 to 9.7 in /images/helm-operator 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/helm-operator/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/helm-operator/Dockerfile b/images/helm-operator/Dockerfile index bd779c4d462..a88affd1c42 100644 --- a/images/helm-operator/Dockerfile +++ b/images/helm-operator/Dockerfile @@ -17,7 +17,7 @@ COPY . . RUN GOOS=linux GOARCH=$TARGETARCH make build/helm-operator # Final image. -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7 ENV HOME=/opt/helm \ USER_NAME=helm \