Skip to content

Commit

Permalink
Merge pull request #57 from devops-infra/dependency/curl_=8.2.0
Browse files Browse the repository at this point in the history
Bump curl to 8.2.0
  • Loading branch information
ChristophShyper authored Jul 24, 2023
2 parents 4f739c6 + d9440e7 commit d2c339e
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.15 \
curl~=8.1.2 ;\
curl~=8.2.0 ;\
rm -rf /var/cache/* ;\
rm -rf /root/.cache/*

Expand Down

0 comments on commit d2c339e

Please sign in to comment.