From ec265a5a9babd9d149a09b67cc87b129bed82413 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 04:13:38 +0000 Subject: [PATCH] Bump ubi9/ubi-minimal in /images/operator-sdk 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/operator-sdk/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/operator-sdk/Dockerfile b/images/operator-sdk/Dockerfile index 19c874ce00..28dd48d29d 100644 --- a/images/operator-sdk/Dockerfile +++ b/images/operator-sdk/Dockerfile @@ -17,7 +17,7 @@ COPY . . RUN GOOS=linux GOARCH=$TARGETARCH make build/operator-sdk # Final image. -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1227.1726694542 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5 # TODO: Figure out how to take the go binary from the builder image so this doesn't have to be maintained. ENV GO_VERSION=1.22.5