From d07c7c1219140e8fd12190e53a9641042752293c Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 09:23:13 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi8/ubi-minimal docker tag to v8.10-1765178706 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8a8e3fb6a..bda199bec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ COPY pkg pkg/ # Build RUN CGO_ENABLED=0 GOOS=linux go build -a -o manager main.go -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1765178706 RUN microdnf update --setopt=install_weak_deps=0 -y && microdnf install git COPY entrypoint.sh /usr/local/bin/entrypoint.sh RUN chmod +x /usr/local/bin/entrypoint.sh