chore: bump coredns 1.12.2

This commit is contained in:
2025-06-24 10:29:29 +03:00
parent ee204c8aa4
commit 650eedfc3d
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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/"