Skip to content

Commit

Permalink
get the latest jq version
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonskie committed Nov 1, 2024
1 parent 0f8ff72 commit 54cde59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/dockerfiles/deployment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN echo "deb https://packages.cloud.google.com/apt cloud-sdk main" | tee -a /et
apt-get -qqy install google-cloud-cli

# Install jq
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 && \
mv jq-linux64 /usr/local/bin/jq && \
chmod +x /usr/local/bin/jq

Expand Down

0 comments on commit 54cde59

Please sign in to comment.