Skip to content

Commit abba932

Browse files
author
IK Renovate Bot
committed
chore(deps): update dependency mikefarah/yq to v4.45.4 (k8s-tools/dockerfile)
1 parent 1ffeb67 commit abba932

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.2
25+
ARG YQ_VERSION=4.45.4
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)