Skip to content

Commit

Permalink
Merge pull request #16 from orange-cloudfoundry/renovate/mikefarah-yq…
Browse files Browse the repository at this point in the history
…-4.x

chore(deps): update dependency mikefarah/yq to v4.44.1
  • Loading branch information
o-orand authored May 13, 2024
2 parents 1f7c581 + 5f53c11 commit fa83a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN curl -sL https://github.com/carvel-dev/vendir/releases/download/v${VENDIR_VE
install /dev/stdin /usr/local/bin/vendir && vendir -v

# renovate: datasource=github-releases depName=mikefarah/yq
ENV YQ_VERSION="4.42.1"
ENV YQ_VERSION="4.44.1"
RUN echo "Installing yq version ${YQ_VERSION}" ; \
curl -L "https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_linux_amd64" -o /usr/local/bin/yq && \
chmod +rx /usr/local/bin/yq && \
Expand Down

0 comments on commit fa83a23

Please sign in to comment.