wget version var missing a 'v' prefix.

This commit is contained in:
jonatasrenan 2020-12-30 10:40:54 -03:00 committed by GitHub
parent 1b887e23b3
commit 59108fa4ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ wget https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY} -O /
chmod +x /usr/bin/yq chmod +x /usr/bin/yq
``` ```
For instance, VERSION=4.0.0 and BINARY=yq_linux_amd64 For instance, VERSION=v4.0.0 and BINARY=yq_linux_amd64
### Run with Docker ### Run with Docker