From 9409ec5b8a4960ff94f3179d746d0b6058b7e123 Mon Sep 17 00:00:00 2001 From: Steven Sheehy Date: Mon, 2 Oct 2023 12:13:34 -0500 Subject: [PATCH] Fix Signed-off-by: Steven Sheehy --- charts/marketplace/gcp/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/marketplace/gcp/Dockerfile b/charts/marketplace/gcp/Dockerfile index aab2bb817ee..11417d4eed0 100644 --- a/charts/marketplace/gcp/Dockerfile +++ b/charts/marketplace/gcp/Dockerfile @@ -2,7 +2,7 @@ FROM gcr.io/cloud-marketplace-tools/k8s/deployer_helm AS build # Install yq -RUN wget https://github.com/mikefarah/yq/releases/download/v4.25.3/yq_linux_amd64 \ +RUN wget https://github.com/mikefarah/yq/releases/download/v4.35.2/yq_linux_amd64 \ && mv yq_linux_amd64 /usr/local/bin/yq \ && chmod +x /usr/local/bin/yq