There was an error while loading. Please reload this page.
2 parents cf4ab47 + 125e8c0 commit fb07657Copy full SHA for fb07657
1 file changed
Dockerfile
@@ -4,7 +4,7 @@ FROM --platform=$TARGETOS/$TARGETARCH debian AS curl
4
RUN apt update && apt install libssl-dev make g++ curl libpsl-dev libnghttp2-dev -y
5
6
# Download curl source from https://curl.se/download/
7
-RUN curl -o curl.tgz https://curl.se/download/curl-8.13.0.tar.gz
+RUN curl -o curl.tgz https://curl.se/download/curl-8.18.0.tar.gz
8
9
# Unpack
10
RUN tar xzvf curl.tgz
0 commit comments