diff --git a/Dockerfile b/Dockerfile index e63e0aa..10c8f6d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/*