diff --git a/Dockerfile b/Dockerfile index 3050494..4e8fa1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM --platform=$TARGETOS/$TARGETARCH debian AS curl RUN apt update && apt install libssl-dev make g++ curl -y # Download curl source from https://curl.se/download/ -RUN curl -o curl.tgz https://curl.se/download/curl-8.5.0.tar.gz +RUN curl -o curl.tgz https://curl.se/download/curl-8.6.0.tar.gz # Unpack RUN tar xzvf curl.tgz