Skip to content

Commit

Permalink
Fixed expected path for jq executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzo Gallucci committed Feb 18, 2022
1 parent 472cda1 commit 2151ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ FROM downloader as jq-downloader

ARG OS_ARCH=${TARGETOS_ARCH:-linux64}
ARG JQ_VERSION="1.6"
ARG JQ_BINARY="jq_${OS_ARCH}"
ARG JQ_BINARY="jq-${OS_ARCH}"
RUN curl -L "https://github.com/stedolan/jq/releases/download/jq-$JQ_VERSION/$JQ_BINARY" -o /usr/local/bin/jq && \
chmod +x /usr/local/bin/jq

Expand Down

0 comments on commit 2151ede

Please sign in to comment.