Skip to content

Commit 52952e8

Browse files
Bump curl~=8.11 and git~=2.47
1 parent 3fbcac1 commit 52952e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ RUN set -eux ;\
5555
apk update --no-cache ;\
5656
apk add --no-cache \
5757
bash~=5.2 \
58-
curl~=8.10 \
59-
git~=2.45 ;\
58+
curl~=8.11 \
59+
git~=2.47 ;\
6060
rm -rf /var/cache/* ;\
6161
rm -rf /root/.cache/*
6262

0 commit comments

Comments
 (0)