Skip to content

Commit c6f0fc6

Browse files
author
Sean Sundberg
authored
Pins yq version to 3.4.1 (#17)
Signed-off-by: Sean Sundberg <seansund@us.ibm.com>
1 parent 78766d9 commit c6f0fc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ RUN curl -LO https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64
9292
chmod a+x jq-linux64 && \
9393
sudo mv jq-linux64 /usr/local/bin/jq
9494

95-
RUN wget -q -O ./yq $(wget -q -O - https://api.github.com/repos/mikefarah/yq/releases/latest | jq -r '.assets[] | select(.name == "yq_linux_amd64") | .browser_download_url') && \
95+
RUN wget -q -O ./yq $(wget -q -O - https://api.github.com/repos/mikefarah/yq/releases/tags/3.4.1 | jq -r '.assets[] | select(.name == "yq_linux_amd64") | .browser_download_url') && \
9696
chmod +x ./yq && \
9797
sudo mv ./yq /usr/bin/yq
9898

0 commit comments

Comments
 (0)