Skip to content

Commit f96e9c1

Browse files
Bump curl~=8.7 and git~=2.45
1 parent bed6e38 commit f96e9c1

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
@@ -51,8 +51,8 @@ RUN set -eux ;\
5151
apk update --no-cache ;\
5252
apk add --no-cache \
5353
bash~=5.2 \
54-
curl~=8.5 \
55-
git~=2.43 ;\
54+
curl~=8.7 \
55+
git~=2.45 ;\
5656
rm -rf /var/cache/* ;\
5757
rm -rf /root/.cache/*
5858

0 commit comments

Comments
 (0)