Skip to content

Commit 2e84edc

Browse files
committed
Bump versions
1 parent f17d114 commit 2e84edc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

json/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ SHELL ["/bin/ash", "-euo", "pipefail", "-c"]
1414
# hadolint ignore=DL3019
1515
RUN apk -U upgrade \
1616
&& apk add \
17-
jose=13-r0 \
18-
jq=1.7.1-r0 \
19-
npm=10.9.1-r0 \
20-
openssl=3.3.3-r0 \
21-
py3-pip=24.3.1-r0 \
17+
jose=14-r0 \
18+
jq=1.8.0-r0 \
19+
npm=11.3.0-r0 \
20+
openssl=3.5.0-r0 \
21+
py3-pip=25.1.1-r0 \
2222
python3=3.12.10-r1 \
2323
&& if apk -u list | grep -q -e . ; then \
2424
apk -u list ; \

0 commit comments

Comments
 (0)