We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0d831 commit 940e6c8Copy full SHA for 940e6c8
1 file changed
Dockerfile
@@ -14,7 +14,7 @@ RUN ARCH=$(uname -m) && \
14
[[ $ARCH == x86_64 ]] && export SUFFIX=amd64; \
15
[[ $ARCH == aarch64 ]] && export SUFFIX=arm64; \
16
[[ -z ${SUFFIX:-} ]] && echo "Unknown arch: $ARCH" && exit 1; \
17
- wget -q "https://github.com/jqlang/jq/releases/download/jq-1.8.0/jq-linux-$SUFFIX" --output-document=/usr/local/bin/jq && \
+ wget -q "https://github.com/jqlang/jq/releases/download/jq-1.8.1/jq-linux-$SUFFIX" --output-document=/usr/local/bin/jq && \
18
chmod 555 /usr/local/bin/jq
19
20
RUN ARCH=$(uname -m) && \
0 commit comments