Skip to content

Commit

Permalink
Merge pull request #280 from Ex4amp1e/fix-new-cves
Browse files Browse the repository at this point in the history
Updated coredns version
  • Loading branch information
denis-tingaikin authored Oct 22, 2024
2 parents e1c4482 + d5da9a1 commit fed390c
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.2
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 fed390c

Please sign in to comment.