From e4baf490a7c585d6b955f56b74293b2cc450e9f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 08:48:55 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi10/ubi-minimal Docker tag to v10.1-1763362715 --- containers/operator/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/operator/Dockerfile b/containers/operator/Dockerfile index 641d8e92d..333bc0645 100644 --- a/containers/operator/Dockerfile +++ b/containers/operator/Dockerfile @@ -29,7 +29,7 @@ RUN CGO_ENABLED=0 LDFLAGS="-s -w \ GOOS=linux GOARCH=amd64 go build -ldflags "${LDFLAGS}" -o main ./${CODEDIR}/main.go # Use micro base image to package the binary -FROM --platform=linux/amd64 registry.access.redhat.com/ubi10/ubi-minimal:10.1-1762952303 +FROM --platform=linux/amd64 registry.access.redhat.com/ubi10/ubi-minimal:10.1-1763362715 COPY --from=builder /workspace/main / COPY LICENSE /licenses/LICENSE