diff --git a/images/koolbox/Dockerfile b/images/koolbox/Dockerfile index 0c6f827a7ae3e78b77d623d9a18bf708a28c41d8..938df7999c8f4b895aff89e5251f08547d254f57 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:38 as yq # renovate: datasource=github-releases depName=mikefarah/yq -ARG YQ_VERSION=v4.34.1 +ARG YQ_VERSION=v4.34.2 ENV YQ_VERSION=${YQ_VERSION} RUN curl -L https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 > ./yq \