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