diff --git a/Dockerfile b/Dockerfile index 4007955..c3b9b63 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/*