From 650eedfc3d371808c195baf2eb342591b92c2d13 Mon Sep 17 00:00:00 2001 From: sinav Date: Tue, 24 Jun 2025 10:29:29 +0300 Subject: [PATCH] chore: bump coredns 1.12.2 --- coredns/Dockerfile | 2 +- coredns/config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/"