diff --git a/k8s-tools/Dockerfile b/k8s-tools/Dockerfile index 3a16c7a0..9a36666b 100644 --- a/k8s-tools/Dockerfile +++ b/k8s-tools/Dockerfile @@ -22,7 +22,7 @@ RUN wget -q https://github.com/mozilla/sops/releases/download/v${SOPS_VERSION}/s && chown root:root /usr/local/bin/sops # renovate: datasource=github-releases depName=mikefarah/yq -ARG YQ_VERSION=4.44.2 +ARG YQ_VERSION=4.45.4 ARG YQ_BINARY=yq_linux_amd64 RUN wget --progress=dot:giga https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/${YQ_BINARY} -O /usr/bin/yq &&\