From d3a62c8dba6aa455f0a588da046f7dc1f81b3906 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sat, 8 Sep 2018 23:34:58 +0200 Subject: [PATCH] Fix naming: Upstream changed it Signed-off-by: Knut Ahlers --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 8b801eb..63a0c7b 100755 --- a/build.sh +++ b/build.sh @@ -15,7 +15,7 @@ DUMB_INIT_VERSION=$(curl -sSfL 'https://lv.luzifer.io/catalog-api/dumb-init/late [ -z "${DUMB_INIT_VERSION}" ] && { exit 1; } # Install tools -curl -sSfL https://github.com/coredns/coredns/releases/download/v${COREDNS_VERSION}/coredns_${COREDNS_VERSION}_linux_amd64.tgz | \ +curl -sSfL https://github.com/coredns/coredns/releases/download/v${COREDNS_VERSION}/release.coredns_${COREDNS_VERSION}_linux_amd64.tgz | \ tar -x -z -C /usr/local/bin curl -sSfLo /usr/local/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v${DUMB_INIT_VERSION}/dumb-init_${DUMB_INIT_VERSION}_amd64