From 437a923fbc6cf6aa77352405e8a81321e4254f3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 07:28:03 +0000 Subject: [PATCH] Update dependency mikefarah/yq to v4.35.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2031738..e6204fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:22.04 ENV KUTTL_VERSION="0.15.0" ENV GOSS_VERSION="v0.4.0-rc.1" ENV YTT_VERSION="v0.45.3" -ENV YQ_VERSION="v4.34.2" +ENV YQ_VERSION="v4.35.2" # curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.26.0/bin/linux/amd64/kubectl && \ # chmod +x ./kubectl && \