Skip to content

Commit d6cc617

Browse files
committed
build(deps): bump versions after alpine upgrade
1 parent 2e59b8d commit d6cc617

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

yaml/Dockerfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ SHELL ["/bin/ash", "-euo", "pipefail", "-c"]
1313

1414
RUN apk upgrade --no-cache \
1515
&& apk add --no-cache \
16-
coreutils=9.7-r1 \
17-
curl=8.14.1-r2 \
18-
dasel=2.8.1-r9 \
16+
coreutils=9.8-r1 \
17+
curl=8.17.0-r1 \
18+
dasel=2.8.1-r10 \
1919
gawk=5.3.2-r2 \
20-
git=2.49.1-r0 \
20+
git=2.52.0-r0 \
2121
grep=3.12-r0 \
2222
jq=1.8.1-r0 \
23-
npm=11.6.4-r0 \
24-
pipx=1.7.1-r0 \
25-
py3-pip=25.1.1-r0 \
23+
npm=11.6.3-r0 \
24+
pipx=1.8.0-r0 \
25+
py3-pip=25.1.1-r1 \
2626
python3=3.12.12-r0 \
27-
yq-go=4.47.2-r2 \
27+
yq-go=4.49.2-r1 \
2828
&& apk cache --no-cache clean \
2929
&& rm -rf /var/cache/apk/*
3030

0 commit comments

Comments
 (0)