diff --git a/images/koolbox/Dockerfile b/images/koolbox/Dockerfile index 1b1727ba6a6d51374b709ccb269da00a52bb006c..eaebe79e7605e5ea4409ced517389cfd6b822975 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:37 as yq # renovate: datasource=github-releases depName=mikefarah/yq -ARG YQ_VERSION=v4.33.1 +ARG YQ_VERSION=v4.33.2 ENV YQ_VERSION=${YQ_VERSION} RUN curl -L https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 > ./yq \