Skip to content

Commit f986988

Browse files
committed
fix: update jq package version to 1.8.1-r2 in Dockerfile
1 parent 5f3eaf6 commit f986988

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
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-r0 \
14+
jq=1.8.1-r2 \
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
@@ -37,7 +37,7 @@ RUN apk add --no-cache \
3737
python-3.12=3.12.10-r0 \
3838
py3.12-setuptools=80.0.0-r0 \
3939
git=2.49.0-r1 \
40-
jq=1.8.1-r0 \
40+
jq=1.8.1-r2 \
4141
openssh-client=10.0_p1-r0 && \
4242
mkdir /middleware/output && \
4343
chown nonroot:nonroot /middleware/output

0 commit comments

Comments
 (0)