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 0f8ff72 commit 54cde59Copy full SHA for 54cde59
ci/dockerfiles/deployment/Dockerfile
@@ -47,7 +47,7 @@ RUN echo "deb https://packages.cloud.google.com/apt cloud-sdk main" | tee -a /et
47
apt-get -qqy install google-cloud-cli
48
49
# Install jq
50
-RUN wget https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64 && \
+RUN wget https://github.com/stedolan/jq/releases/latest/download/jq-linux64 && \
51
mv jq-linux64 /usr/local/bin/jq && \
52
chmod +x /usr/local/bin/jq
53
0 commit comments