Skip to content

Commit

Permalink
Updated coredns version
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Byrgazov <vladislav.byrgazov@xored.com>
  • Loading branch information
Vladislav Byrgazov committed Oct 22, 2024
1 parent 2bc8d8b commit f633aa9
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
Expand Up @@ -9,9 +9,9 @@ ARG BUILDARCH=amd64
RUN rm -r /etc/vpp
RUN go install github.com/go-delve/delve/cmd/dlv@v1.21.0
ADD https://github.com/spiffe/spire/releases/download/v1.10.3/spire-1.10.3-linux-${BUILDARCH}-musl.tar.gz .
ADD https://github.com/coredns/coredns/releases/download/v1.11.1/coredns_1.11.1_linux_${BUILDARCH}.tgz .
ADD https://github.com/coredns/coredns/releases/download/v1.11.3/coredns_1.11.3_linux_${BUILDARCH}.tgz .
RUN tar xzvf spire-1.10.3-linux-${BUILDARCH}-musl.tar.gz -C /bin --strip=2 spire-1.10.3/bin/spire-server spire-1.10.3/bin/spire-agent
RUN tar xzvf coredns_1.11.1_linux_${BUILDARCH}.tgz -C /bin coredns
RUN tar xzvf coredns_1.11.3_linux_${BUILDARCH}.tgz -C /bin coredns

FROM go as build
WORKDIR /build
Expand Down

0 comments on commit f633aa9

Please sign in to comment.