Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 0553688

Browse files
committed
Fixed install for mp3binder
1 parent d57f2e8 commit 0553688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/mp3binder/Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG name
77
ARG version
88

99
RUN <<EOF
10-
curl --silent --location --remote-name "https://github.com/crra/mp3binder/releases/download/${version}/linux_${alt_arch}.zip"
10+
curl --silent --location --remote-name "https://github.com/crra/mp3binder/releases/download/v${version}/linux_${alt_arch}.zip"
1111
unzip -q -o -d "/tmp" "linux_${alt_arch}.zip"
1212
rm "linux_${alt_arch}.zip"
1313
mv "/tmp/mp3binder" "${prefix}${target}/bin"

0 commit comments

Comments
 (0)