diff --git a/Dockerfile b/Dockerfile index 997f643..f05eb34 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM golang:1.22.5 AS builder RUN apt update && apt upgrade -y && apt install iptables -y -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 WORKDIR /coredns