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

Commit cccfbde

Browse files
committed
Fixed variable usage #3596
1 parent 9d453a6 commit cccfbde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/wksctl/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 "https://github.com/weaveworks/wksctl/releases/download/v0.10.2/wksctl-0.10.2-linux-x86_64.tar.gz" \
10+
curl --silent --location "https://github.com/weaveworks/wksctl/releases/download/v${version}/wksctl-${version}-linux-x86_64.tar.gz" \
1111
| tar --extract --gzip --directory="${prefix}${target}/share/" --no-same-owner
1212
mv "${prefix}${target}/share/wksctl" "${prefix}${target}/bin/"
1313
mv "${prefix}${target}/share/examples" "${prefix}${target}/share/wksctl/"

0 commit comments

Comments
 (0)