fix: coredns arch
This commit is contained in:
@@ -12,7 +12,7 @@ RUN apt-get update \
|
|||||||
&& apt-get install -y ca-certificates libcap2-bin \
|
&& apt-get install -y ca-certificates libcap2-bin \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& curl -sSL -o coredns.tgz \
|
&& curl -sSL -o coredns.tgz \
|
||||||
https://github.com/coredns/coredns/releases/download/v${COREDNS_VERSION}/coredns_${COREDNS_VERSION}_linux_arm64.tgz \
|
https://github.com/coredns/coredns/releases/download/v${COREDNS_VERSION}/coredns_${COREDNS_VERSION}_linux_amd64.tgz \
|
||||||
&& tar -xvf coredns.tgz \
|
&& tar -xvf coredns.tgz \
|
||||||
&& chmod +x coredns
|
&& chmod +x coredns
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user