Skip to content

Commit

Permalink
Merge pull request #53 from contentful-labs/update-coredns
Browse files Browse the repository at this point in the history
Update CoreDNS and Go building image
  • Loading branch information
yannh authored Aug 5, 2024
2 parents 43df380 + 4aef5a2 commit 6118ae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM golang:1.18-buster AS builder
FROM golang:1.22.5 AS builder

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

RUN git clone --single-branch --branch v1.9.3 https://github.com/coredns/coredns.git /coredns
RUN git clone --single-branch --branch v1.11.1 https://github.com/coredns/coredns.git /coredns

WORKDIR /coredns

Expand Down

0 comments on commit 6118ae0

Please sign in to comment.