diff --git a/images/koolbox/Dockerfile b/images/koolbox/Dockerfile index f51cb3c651a3fa02d92dbbc67ed3d11867ee4d33..5c8692e2b598d843a8e00245bc0b4b06e0780e65 100644 --- a/images/koolbox/Dockerfile +++ b/images/koolbox/Dockerfile @@ -87,7 +87,7 @@ RUN curl -L https://github.com/grafana/loki/releases/download/${LOKI_VERSION}/lo FROM quay.io/fedora/fedora:36 as yq # renovate: datasource=github-releases depName=mikefarah/yq -ARG YQ_VERSION=v4.30.8 +ARG YQ_VERSION=v4.31.1 ENV YQ_VERSION=${YQ_VERSION} RUN curl -L https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 > ./yq \