Skip to content

Commit 28f2803

Browse files
committed
Checksum yq in Dockerfile
1 parent 71bae0e commit 28f2803

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ RUN curl -LOs "https://github.com/neilpa/yajsv/releases/download/v${YAJSV_VERSIO
8383

8484
ARG YQ_VERSION="4.45.1"
8585
RUN curl -LOs "https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_linux_amd64" && \
86+
echo "654d2943ca1d3be2024089eb4f270f4070f491a0610481d128509b2834870049 yq_linux_amd64" | sha256sum -c - && \
8687
install -Tm 755 yq_linux_amd64 /usr/local/bin/yq && \
8788
rm yq_linux_amd64
8889

0 commit comments

Comments
 (0)