diff --git a/Containerfile.external-dns-operator b/Containerfile.external-dns-operator index e7d67fde..076eba36 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.25.8 as builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.25.9-1778675823 as builder # dummy copy to trigger the drift detection COPY --from=drift /app/Dockerfile.cached . WORKDIR /workspace