Skip to content
Snippets Groups Projects
Commit 41a0586d authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

Merge branch 'renovate/mikefarah-yq-4.x' into 'main'

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

See merge request !64
parents 5b2551e8 0d4f5c85
Branches
Tags
1 merge request!64chore(deps): update dependency mikefarah/yq to v4.23.1
...@@ -68,7 +68,7 @@ RUN curl -L https://github.com/mozilla/sops/releases/download/${SOPS_VERSION}/so ...@@ -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 FROM registry.fedoraproject.org/fedora:35 as yq
# renovate: datasource=github-releases depName=mikefarah/yq # renovate: datasource=github-releases depName=mikefarah/yq
ARG YQ_VERSION=v4.6.1 ARG YQ_VERSION=v4.23.1
ENV YQ_VERSION=${YQ_VERSION} ENV YQ_VERSION=${YQ_VERSION}
RUN curl -L https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 > ./yq \ RUN curl -L https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 > ./yq \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment