From 4865feaca5579622edf5b228896bea4d85f45583 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 01:55:27 +0000 Subject: [PATCH] chore(deps): update dependency mikefarah/yq to v4.42.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 16f1bf3..8b24c04 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.40.5" +ENV YQ_VERSION="4.42.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 && \