diff --git a/images/koolbox/Dockerfile b/images/koolbox/Dockerfile index ab79a4914add8c1ab2841581b1cb964cef84acc3..84eb5c667cdb17738c10b50d46867260cf7715a8 100644 --- a/images/koolbox/Dockerfile +++ b/images/koolbox/Dockerfile @@ -77,7 +77,7 @@ RUN curl -L https://github.com/mozilla/sops/releases/download/${SOPS_VERSION}/so FROM quay.io/fedora/fedora:38 as yq # renovate: datasource=github-releases depName=mikefarah/yq -ARG YQ_VERSION=v4.34.2 +ARG YQ_VERSION=v4.35.1 ENV YQ_VERSION=${YQ_VERSION} RUN curl -L https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 > ./yq \