From 39b59a50473a997f765c14db4fb87feb95292375 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, 8 Sep 2026 08:03:30 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi9/go-toolset Docker tag to v1.26.7-1788409979 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 a9616ba4..adec4ce0 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/ubi9/go-toolset:1.26.7-1788245275 as builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.26.7-1788409979 as builder # dummy copy to trigger the drift detection COPY --from=drift /app/Dockerfile.cached . WORKDIR /workspace