We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78766d9 commit c6f0fc6Copy full SHA for c6f0fc6
1 file changed
Dockerfile
@@ -92,7 +92,7 @@ RUN curl -LO https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64
92
chmod a+x jq-linux64 && \
93
sudo mv jq-linux64 /usr/local/bin/jq
94
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') && \
+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') && \
96
chmod +x ./yq && \
97
sudo mv ./yq /usr/bin/yq
98
0 commit comments