Skip to content

Commit fad1b81

Browse files
committed
fix: update jq package version in Dockerfile
1 parent 8b42e78 commit fad1b81

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
@@ -11,7 +11,7 @@ RUN apk add --no-cache \
1111
python-3.12=3.12.10-r0 \
1212
py3.12-pip=25.1-r0 \
1313
python-3.12-dev=3.12.10-r0 \
14-
jq-1.8.1-r2 \
14+
jq=1.8.1-r0 \
1515
build-base=1-r8
1616
# Set the user to nonroot. It's defined in the Wolfi base image with the user id 65532
1717
USER nonroot

0 commit comments

Comments
 (0)