From f47639066d72c04a140068d26f0ada4410e60750 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, 21 Jul 2026 08:02:17 +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 e9ebbb2b1..9c2a8ba2b 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