diff --git a/coredns/Dockerfile b/coredns/Dockerfile index 1ead4ab..647dcda 100644 --- a/coredns/Dockerfile +++ b/coredns/Dockerfile @@ -4,7 +4,7 @@ FROM ${BUILD_FROM} SHELL ["/bin/bash", "-o", "pipefail", "-c"] -ARG COREDNS_VERSION=1.12.1 +ARG COREDNS_VERSION=1.12.2 WORKDIR /coredns diff --git a/coredns/config.yaml b/coredns/config.yaml index 7322f41..8ad3388 100644 --- a/coredns/config.yaml +++ b/coredns/config.yaml @@ -1,5 +1,5 @@ name: "Coredns" -version: "1.12.1" +version: "1.12.2" slug: "coredns" description: "CoreDNS is a DNS server that chains plugins " url: "https://coredns.io/"