Skip to content

Commit

Permalink
Update dependency mikefarah/yq to v4.40.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-rancher[bot] authored Nov 23, 2023
1 parent 815c7b5 commit 51ce0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV CATTLE_HELM_UNITTEST_VERSION v0.1.7-rancher4
ENV HELM_VERSION v3.9.0
ENV KUSTOMIZE_VERSION v4.5.7

ENV YQ_VERSION=v4.30.8
ENV YQ_VERSION=v4.40.3
RUN wget https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_${ARCH} -O /usr/bin/yq && chmod +x /usr/bin/yq;

# kontainer-driver-metadata branch to be set for specific branch other than dev/master, logic at rancher/rancher/pkg/settings/setting.go
Expand Down

0 comments on commit 51ce0b9

Please sign in to comment.