Skip to content

Commit 8b35cf6

Browse files
authored
Merge pull request #54 from contentful-labs/m99coder-patch-1
Update CoreDNS to 1.11.3
2 parents 6118ae0 + 839278b commit 8b35cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM golang:1.22.5 AS builder
22

33
RUN apt update && apt upgrade -y && apt install iptables -y
44

5-
RUN git clone --single-branch --branch v1.11.1 https://github.com/coredns/coredns.git /coredns
5+
RUN git clone --single-branch --branch v1.11.3 https://github.com/coredns/coredns.git /coredns
66

77
WORKDIR /coredns
88

0 commit comments

Comments
 (0)