From 2c3ead19c75d7688b81545a107ab591e50317353 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 08:09:52 +0000 Subject: [PATCH] chore(deps): update dependency mikefarah/yq to v4.44.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c9464a0..91dd82b 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.44.2" +ENV YQ_VERSION="4.44.3" 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 && \