Skip to content

Commit 6386c0a

Browse files
Merge branch 'main' into dependabot/github_actions/actions/checkout-6.0.2
2 parents 96e05cd + 259daed commit 6386c0a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

csv/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ SHELL ["/bin/ash", "-euo", "pipefail", "-c"]
1414
RUN apk upgrade --no-cache \
1515
&& apk add --no-cache \
1616
coreutils=9.8-r1 \
17-
csvq=1.18.1-r22 \
17+
csvq=1.18.1-r23 \
1818
curl=8.17.0-r1 \
19-
dasel=2.8.1-r10 \
19+
dasel=2.8.1-r11 \
2020
gawk=5.3.2-r2 \
2121
git=2.52.0-r0 \
2222
grep=3.12-r0 \
23-
miller=6.15.0-r3 \
23+
miller=6.15.0-r4 \
2424
pandoc-cli=3.8.2.1-r0 \
2525
pipx=1.8.0-r0 \
2626
py3-pip=25.1.1-r1 \
2727
python3=3.12.12-r0 \
2828
sed=4.9-r2 \
29-
yq-go=4.49.2-r1 \
29+
yq-go=4.49.2-r2 \
3030
&& apk cache --no-cache clean \
3131
&& rm -rf /var/cache/apk/*
3232

0 commit comments

Comments
 (0)