Skip to content

Commit 54cde59

Browse files
committed
get the latest jq version
1 parent 0f8ff72 commit 54cde59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/dockerfiles/deployment/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN echo "deb https://packages.cloud.google.com/apt cloud-sdk main" | tee -a /et
4747
apt-get -qqy install google-cloud-cli
4848

4949
# Install jq
50-
RUN wget https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64 && \
50+
RUN wget https://github.com/stedolan/jq/releases/latest/download/jq-linux64 && \
5151
mv jq-linux64 /usr/local/bin/jq && \
5252
chmod +x /usr/local/bin/jq
5353

0 commit comments

Comments
 (0)