From 968c93df8efe0c34d09a873912d25fa8999e45eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Dec 2022 10:05:06 +0000 Subject: [PATCH] build(deps): bump ubi8/ubi-minimal in /images/custom-scorecard-tests Bumps ubi8/ubi-minimal from 8.4 to 8.6-902. --- updated-dependencies: - dependency-name: ubi8/ubi-minimal dependency-type: direct:production ... 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 3cca9cf9f2..378215db5a 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/ubi8/ubi-minimal:8.4 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6-902 ENV HOME=/opt/custom-scorecard-tests \ USER_NAME=custom-scorecard-tests \