Skip to content

Commit fdd5840

Browse files
committed
feat(jq): add jp version 0.3.0-r2
1 parent 17f4cef commit fdd5840

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

json/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ RUN apk upgrade --no-cache \
2121
git=2.49.1-r0 \
2222
grep=3.12-r0 \
2323
jose=14-r0 \
24+
jp=0.3.0-r2 \
2425
jq=1.8.0-r0 \
2526
npm=11.3.0-r1 \
2627
openssl=3.5.2-r0 \

json/docker-compose.test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ services:
2020
git --version # git
2121
grep --version # grep
2222
jf -v # jsonfmt
23+
jp --version # jp
2324
jq --version # jq
2425
jslint --version # jsonlint
2526
json2yaml --version # json2yaml

0 commit comments

Comments
 (0)