Skip to content

Commit

Permalink
Merge pull request #54 from contentful-labs/m99coder-patch-1
Browse files Browse the repository at this point in the history
Update CoreDNS to 1.11.3
  • Loading branch information
yannh authored Aug 5, 2024
2 parents 6118ae0 + 839278b commit 8b35cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8b35cf6

Please sign in to comment.