We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15ee594 + 2af8be3 commit 2f1522dCopy full SHA for 2f1522d
Dockerfile
@@ -13,7 +13,7 @@ RUN curl -sL https://github.com/carvel-dev/vendir/releases/download/v${VENDIR_VE
13
install /dev/stdin /usr/local/bin/vendir && vendir -v
14
15
# renovate: datasource=github-releases depName=mikefarah/yq
16
-ENV YQ_VERSION="4.50.1"
+ENV YQ_VERSION="4.52.4"
17
RUN echo "Installing yq version ${YQ_VERSION}" ; \
18
curl -L "https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_linux_amd64" -o /usr/local/bin/yq && \
19
chmod +rx /usr/local/bin/yq && \
0 commit comments