Skip to content

Commit bcf6e58

Browse files
Merge pull request #962 from cloudkats/renovate/master-k8s-tools-mikefarah-yq-4.x
chore(deps): update dependency mikefarah/yq to v4.44.2 (k8s-tools/dockerfile) (master)
2 parents 85cc6bd + 1a11d61 commit bcf6e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8s-tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN wget -q https://github.com/mozilla/sops/releases/download/v${SOPS_VERSION}/s
2222
&& chown root:root /usr/local/bin/sops
2323

2424
# renovate: datasource=github-releases depName=mikefarah/yq
25-
ARG YQ_VERSION=4.44.1
25+
ARG YQ_VERSION=4.44.2
2626
ARG YQ_BINARY=yq_linux_amd64
2727

2828
RUN wget --progress=dot:giga https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/${YQ_BINARY} -O /usr/bin/yq &&\

0 commit comments

Comments
 (0)