diff --git a/Dockerfile b/Dockerfile index aaa0c77..efa2492 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 libpsl-dev libnghttp2-dev -y # Download curl source from https://curl.se/download/ -RUN curl -o curl.tgz https://curl.se/download/curl-8.11.0.tar.gz +RUN curl -o curl.tgz https://curl.se/download/curl-8.11.1.tar.gz # Unpack RUN tar xzvf curl.tgz