From b8c3df03b0d2f4c7c1673a5c5ae28b23750b536e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 04:38:00 +0000 Subject: [PATCH] Bump ubi9/ubi-minimal in /images/helm-operator Bumps ubi9/ubi-minimal from 9.4-1227.1726694542 to 9.5. --- updated-dependencies: - dependency-name: ubi9/ubi-minimal dependency-type: direct:production ... 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 d734b6b5f3..fa96e8e814 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.4-1227.1726694542 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5 ENV HOME=/opt/helm \ USER_NAME=helm \