From 2dd9281774175ac2436d85d65e5fe7eeea29dacf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 16:44:02 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi10/ubi-minimal Docker tag to v10.1-1769521234 --- containers/operator/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/operator/Dockerfile b/containers/operator/Dockerfile index 96842aeb67..1943f45d82 100644 --- a/containers/operator/Dockerfile +++ b/containers/operator/Dockerfile @@ -29,7 +29,7 @@ RUN CGO_ENABLED=0 LDFLAGS="-s -w \ go build -ldflags "${LDFLAGS}" -o main ./${CODEDIR}/main.go # Use minimal base image to package the binary -FROM registry.access.redhat.com/ubi10/ubi-minimal:10.1-1766033715 +FROM registry.access.redhat.com/ubi10/ubi-minimal:10.1-1769521234 COPY --from=builder /workspace/main / COPY LICENSE /licenses/LICENSE