We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1e1e2c + cf8e0e4 commit 1474709Copy full SHA for 1474709
Dockerfile
@@ -4,7 +4,7 @@ FROM --platform=$TARGETOS/$TARGETARCH debian AS curl
4
RUN apt update && apt install libssl-dev make g++ curl -y
5
6
# Download curl source from https://curl.se/download/
7
-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
8
9
# Unpack
10
RUN tar xzvf curl.tgz
0 commit comments