We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71bae0e commit 28f2803Copy full SHA for 28f2803
tests/Dockerfile
@@ -83,6 +83,7 @@ RUN curl -LOs "https://github.com/neilpa/yajsv/releases/download/v${YAJSV_VERSIO
83
84
ARG YQ_VERSION="4.45.1"
85
RUN curl -LOs "https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_linux_amd64" && \
86
+ echo "654d2943ca1d3be2024089eb4f270f4070f491a0610481d128509b2834870049 yq_linux_amd64" | sha256sum -c - && \
87
install -Tm 755 yq_linux_amd64 /usr/local/bin/yq && \
88
rm yq_linux_amd64
89
0 commit comments