Skip to content

Commit 8adb200

Browse files
authored
Merge pull request #8 from kordlib/renovate/curl-curl-container-8.x
Update dependency curl/curl-container to v8.8.0
2 parents 15462da + 8d11805 commit 8adb200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
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 -y
55

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

99
# Unpack
1010
RUN tar xzvf curl.tgz

0 commit comments

Comments
 (0)