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

Commit 01a5e7e

Browse files
committed
Fixed hardcoded version #3326
1 parent 15a6b08 commit 01a5e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/tkn/Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ EOF
1919
RUN <<EOF
2020
curl --silent --location "https://github.com/tektoncd/cli/archive/refs/tags/v${version}.tar.gz" \
2121
| tar --extract --gzip --directory="${prefix}${target}/share/man/man1/" --strip-components=4 --no-same-owner \
22-
cli-0.26.0/docs/man/man1/
22+
cli-${version}/docs/man/man1/
2323
EOF

0 commit comments

Comments
 (0)