Skip to content

Commit

Permalink
chore(deps): update dependency yq to v4.44.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and silvestre committed Oct 17, 2024
1 parent 13401f2 commit a8930d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/dockerfiles/autoscaler-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ RUN wget -q https://github.com/stedolan/jq/releases/download/${JQ_VERSION}/jq-li

# install yq
# renovate: datasource=github-releases depName=yq lookupName=mikefarah/yq
ARG YQ_VERSION=v4.43.1
ARG YQ_VERSION=v4.44.3
RUN wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 && \
chmod a+x /usr/local/bin/yq && \
yq --version
Expand Down

0 comments on commit a8930d1

Please sign in to comment.