Skip to content

Commit 17f4cef

Browse files
committed
feat(grep): add grep version 3.12-r0
1 parent ebc2745 commit 17f4cef

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

json/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ RUN apk upgrade --no-cache \
1717
coreutils=9.7-r1 \
1818
curl=8.14.1-r1 \
1919
dasel=2.8.1-r6 \
20+
gawk=5.3.2-r2 \
2021
git=2.49.1-r0 \
22+
grep=3.12-r0 \
2123
jose=14-r0 \
2224
jq=1.8.0-r0 \
2325
npm=11.3.0-r1 \

json/docker-compose.test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@ services:
1111
if [ $$(id -u) -ne 1000 ]; then
1212
exit 1
1313
fi
14+
awk --version # gawk
1415
base64 --version # coreutils
1516
csvsql --version # csvkit
1617
curl --version # curl
1718
dasel --version # dasel
1819
echo | prettyjson # prettyjson
1920
git --version # git
21+
grep --version # grep
2022
jf -v # jsonfmt
2123
jq --version # jq
2224
jslint --version # jsonlint

0 commit comments

Comments
 (0)