We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c005164 commit 1b2613aCopy full SHA for 1b2613a
k8s-tools/Dockerfile
@@ -22,7 +22,7 @@ RUN wget -q https://github.com/mozilla/sops/releases/download/v${SOPS_VERSION}/s
22
&& chown root:root /usr/local/bin/sops
23
24
# renovate: datasource=github-releases depName=mikefarah/yq
25
-ARG YQ_VERSION=4.44.2
+ARG YQ_VERSION=4.45.4
26
ARG YQ_BINARY=yq_linux_amd64
27
28
RUN wget --progress=dot:giga https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/${YQ_BINARY} -O /usr/bin/yq &&\
0 commit comments