Skip to content

Commit

Permalink
Bump curl to 8.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
justdan6 committed Mar 30, 2024
1 parent aca272a commit 9b7e2a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
-
name: Verify Curl
run: |
docker run -t justdanz/curl-http3 curl --version | grep "curl 8.6.0"
docker run -t justdanz/curl-http3 curl --version | grep "curl 8.7.0"
-
name: Verify Brotli support
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN cd .. \
&& make install

RUN cd .. \
&& git clone --depth 1 -b curl-8_6_0 https://github.com/curl/curl \
&& git clone --depth 1 -b curl-8_7_1 https://github.com/curl/curl \
&& cd curl \
&& autoreconf -fi \
&& export PKG_CONFIG_PATH=/usr/local/openssl/lib/pkgconfig:/usr/local/nghttp3/lib/pkgconfig:/usr/local/ngtcp2/lib/pkgconfig \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
test:
docker run -t justdanz/curl-http3 curl --version | grep "curl 8.6.0"
docker run -t justdanz/curl-http3 curl --version | grep "curl 8.7.0"
docker run --rm justdanz/curl-http3 curl -sIL https://httpbin.org/brotli | grep -i 'content-encoding: br'
docker run --rm justdanz/curl-http3 curl -sIL https://blog.cloudflare.com --http3 -H 'user-agent: mozilla' | grep 'HTTP/3'

Expand Down

0 comments on commit 9b7e2a3

Please sign in to comment.