Skip to content

Commit 940e6c8

Browse files
author
Renovate
committed
chore(deps): update dependency jqlang/jq from jq-1.8.0 to jq-1.8.1
1 parent df0d831 commit 940e6c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN ARCH=$(uname -m) && \
1414
[[ $ARCH == x86_64 ]] && export SUFFIX=amd64; \
1515
[[ $ARCH == aarch64 ]] && export SUFFIX=arm64; \
1616
[[ -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 && \
17+
wget -q "https://github.com/jqlang/jq/releases/download/jq-1.8.1/jq-linux-$SUFFIX" --output-document=/usr/local/bin/jq && \
1818
chmod 555 /usr/local/bin/jq
1919

2020
RUN ARCH=$(uname -m) && \

0 commit comments

Comments
 (0)