diff --git a/Dockerfile b/Dockerfile index d7dbed8..8f122b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,7 +55,7 @@ RUN set -eux ;\ apk update --no-cache ;\ apk add --no-cache \ bash~=5.2.15 \ - curl~=8.2.1 ;\ + curl~=8.3.0 ;\ rm -rf /var/cache/* ;\ rm -rf /root/.cache/*