Skip to content

Commit 2f1522d

Browse files
authored
Merge pull request #78 from orange-cloudfoundry/renovate/mikefarah-yq-4.x
chore(deps): update dependency mikefarah/yq to v4.52.4
2 parents 15ee594 + 2af8be3 commit 2f1522d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN curl -sL https://github.com/carvel-dev/vendir/releases/download/v${VENDIR_VE
1313
install /dev/stdin /usr/local/bin/vendir && vendir -v
1414

1515
# renovate: datasource=github-releases depName=mikefarah/yq
16-
ENV YQ_VERSION="4.50.1"
16+
ENV YQ_VERSION="4.52.4"
1717
RUN echo "Installing yq version ${YQ_VERSION}" ; \
1818
curl -L "https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_linux_amd64" -o /usr/local/bin/yq && \
1919
chmod +rx /usr/local/bin/yq && \

0 commit comments

Comments
 (0)