mirror of
https://github.com/luzifer-docker/personal-dns.git
synced 2024-12-20 12:41:18 +00:00
Update filename of dumb-init build
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
f1bac090ae
commit
1c74e3298d
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -9,7 +9,7 @@ DUMB_INIT_VERSION=$(curl -sSfL 'https://lv.luzifer.io/catalog-api/dumb-init/late
|
|||
[ -z "${DUMB_INIT_VERSION}" ] && { exit 1; }
|
||||
|
||||
# Install tools
|
||||
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
|
||||
curl -sSfLo /usr/local/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v${DUMB_INIT_VERSION}/dumb-init_${DUMB_INIT_VERSION}_x86_64
|
||||
chmod +x /usr/local/bin/dumb-init
|
||||
|
||||
# Cleanup
|
||||
|
|
Loading…
Reference in a new issue