From e8febdb53db6bbfa66ba66368b12d31a989122b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 04:42:42 +0000 Subject: [PATCH] Bump ubi8/ubi-minimal from 8.8 to 8.9 in /images/helm-operator 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/helm-operator/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/helm-operator/Dockerfile b/images/helm-operator/Dockerfile index bfd98daa897..78a294787f4 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/ubi8/ubi-minimal:8.8 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9 ENV HOME=/opt/helm \ USER_NAME=helm \