Skip to content
Snippets Groups Projects

chore(deps): update dependency mikefarah/yq to v4.25.2

Merged Botaniker (Bot) requested to merge renovate/mikefarah-yq-4.x into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -68,7 +68,7 @@ RUN curl -L https://github.com/mozilla/sops/releases/download/${SOPS_VERSION}/so
FROM registry.fedoraproject.org/fedora:35 as yq
# renovate: datasource=github-releases depName=mikefarah/yq
ARG YQ_VERSION=v4.25.1
ARG YQ_VERSION=v4.25.2
ENV YQ_VERSION=${YQ_VERSION}
RUN curl -L https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 > ./yq \
Loading