From f1c77ef4cd33d8ac1dadd0b707104ad376c182bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 15:45:52 +0000 Subject: [PATCH] Bump ubi9/ubi-minimal from 9.6 to 9.7 in /images/custom-scorecard-tests 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/custom-scorecard-tests/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/custom-scorecard-tests/Dockerfile b/images/custom-scorecard-tests/Dockerfile index 1721c5111f8..0ee3e15fa5d 100644 --- a/images/custom-scorecard-tests/Dockerfile +++ b/images/custom-scorecard-tests/Dockerfile @@ -17,7 +17,7 @@ COPY . . RUN GOOS=linux GOARCH=$TARGETARCH make build/custom-scorecard-tests # 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/custom-scorecard-tests \ USER_NAME=custom-scorecard-tests \