We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6118ae0 + 839278b commit 8b35cf6Copy full SHA for 8b35cf6
Dockerfile
@@ -2,7 +2,7 @@ FROM golang:1.22.5 AS builder
2
3
RUN apt update && apt upgrade -y && apt install iptables -y
4
5
-RUN git clone --single-branch --branch v1.11.1 https://github.com/coredns/coredns.git /coredns
+RUN git clone --single-branch --branch v1.11.3 https://github.com/coredns/coredns.git /coredns
6
7
WORKDIR /coredns
8
0 commit comments