diff --git a/coredns/Dockerfile b/coredns/Dockerfile index 3df04c6..e686aab 100644 --- a/coredns/Dockerfile +++ b/coredns/Dockerfile @@ -22,7 +22,7 @@ RUN git clone --depth 1 --branch ${COREDNS_REF} https://github.com/coredns/cored # Inject our plugin into plugin.cfg. Must come BEFORE the `cache` plugin # so authoritative answers from rfc2136 aren't intercepted by cache. -ARG PLUGIN_REPO=git.supportedsystems.net/rpm/coredns-rfc2136 +ARG PLUGIN_REPO=git.supported.systems/rsp2k/coredns-rfc2136 ARG PLUGIN_REF=latest RUN sed -i "/^cache:cache$/i rfc2136:${PLUGIN_REPO}" plugin.cfg && \ go get ${PLUGIN_REPO}@${PLUGIN_REF}