Skip to content

Commit 125e8c0

Browse files
Update dependency curl/curl-container to v8.18.0
1 parent cf4ab47 commit 125e8c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM --platform=$TARGETOS/$TARGETARCH debian AS curl
44
RUN apt update && apt install libssl-dev make g++ curl libpsl-dev libnghttp2-dev -y
55

66
# Download curl source from https://curl.se/download/
7-
RUN curl -o curl.tgz https://curl.se/download/curl-8.13.0.tar.gz
7+
RUN curl -o curl.tgz https://curl.se/download/curl-8.18.0.tar.gz
88

99
# Unpack
1010
RUN tar xzvf curl.tgz

0 commit comments

Comments
 (0)