Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Sheehy <[email protected]>
  • Loading branch information
steven-sheehy committed Oct 2, 2023
1 parent 5ac0d07 commit 9409ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/marketplace/gcp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9409ec5

Please sign in to comment.