Skip to content

Commit

Permalink
Update dependency mikefarah/yq to v4.45.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-rancher[bot] authored Jan 12, 2025
1 parent 815c7b5 commit 8cc9e37
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.45.1
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 8cc9e37

Please sign in to comment.