We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 838ed00 commit 578ea06Copy full SHA for 578ea06
.github/actions/deploy-via-webhook/Dockerfile
@@ -22,7 +22,7 @@ RUN curl --fail -sL https://github.com/stedolan/jq/releases/download/jq-${JQ_VER
22
23
FROM base as yq
24
# renovate: datasource=github-releases depName=mikefarah/yq
25
-ARG YQ_VERSION=4.31.1
+ARG YQ_VERSION=4.44.6
26
ENV YQ_VERSION=$YQ_VERSION
27
RUN wget https://github.com/mikefarah/yq/releases/download/v$YQ_VERSION/yq_linux_amd64.tar.gz -O - | tar xz && mv yq_linux_amd64 /usr/local/bin/yq
28
0 commit comments