Skip to content

Commit

Permalink
Merge pull request #79 from devops-infra/dependency/curl-8-9
Browse files Browse the repository at this point in the history
Bump curl~=8.9
  • Loading branch information
ChristophShyper authored Oct 29, 2024
2 parents f1e6000 + ce5be18 commit c940a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN set -eux ;\
apk update --no-cache ;\
apk add --no-cache \
bash~=5.2 \
curl~=8.8 \
curl~=8.10 \
git~=2.45 ;\
rm -rf /var/cache/* ;\
rm -rf /root/.cache/*
Expand Down

0 comments on commit c940a2f

Please sign in to comment.