Skip to content

Commit

Permalink
Merge pull request #13 from kordlib/renovate/curl-curl-container-8.x
Browse files Browse the repository at this point in the history
Update dependency curl/curl-container to v8.11.1
  • Loading branch information
DRSchlaubi authored Dec 11, 2024
2 parents 753d96b + cfd69d7 commit 91731ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91731ad

Please sign in to comment.