From e33d0f1873f9c850984fb1117162cb5edcc443a0 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux-kflux-prd-rh03[bot]" <206760901+red-hat-konflux-kflux-prd-rh03[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 08:02:20 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi8/go-toolset Docker tag to v1.25.10-1783614278 Signed-off-by: red-hat-konflux-kflux-prd-rh03 <206760901+red-hat-konflux-kflux-prd-rh03[bot]@users.noreply.github.com> --- Containerfile.external-dns-operator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.external-dns-operator b/Containerfile.external-dns-operator index 5b868dc4..25a062fd 100644 --- a/Containerfile.external-dns-operator +++ b/Containerfile.external-dns-operator @@ -9,7 +9,7 @@ COPY Dockerfile . RUN test "$(sha1sum Dockerfile.cached | cut -d' ' -f1)" = "$(sha1sum Dockerfile | cut -d' ' -f1)" -FROM registry.access.redhat.com/ubi8/go-toolset:1.25.10 as builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.25.10-1783614278 as builder # dummy copy to trigger the drift detection COPY --from=drift /app/Dockerfile.cached . WORKDIR /workspace