Skip to content

Commit cef3b47

Browse files
committed
Bump jq to 1.8.0-r0
1 parent aeb0e51 commit cef3b47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

yaml/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ SHELL ["/bin/ash", "-euo", "pipefail", "-c"]
1414
# hadolint ignore=DL3019
1515
RUN apk -U upgrade \
1616
&& apk add \
17-
jq=1.7.1-r0 \
17+
jq=1.8.0-r0 \
1818
py3-pip=25.1.1-r0 \
1919
python3=3.12.10-r1 \
2020
&& if apk -u list | grep -q -e . ; then \

0 commit comments

Comments
 (0)