fix: coredns arch

This commit is contained in:
2025-05-13 07:41:22 +03:00
parent 20a81ec844
commit 5d2a72da80

View File

@@ -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