Skip to content

Commit 6fc03c4

Browse files
committed
Bump curl to 8.7.1
1 parent 8f64d4d commit 6fc03c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
-
3232
name: Verify Curl
3333
run: |
34-
docker run -t justdanz/curl-http3 curl --version | grep "curl 8.6.0"
34+
docker run -t justdanz/curl-http3 curl --version | grep "curl 8.7.0"
3535
3636
-
3737
name: Verify Brotli support

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN cd .. \
4242
&& make install
4343

4444
RUN cd .. \
45-
&& git clone --depth 1 -b curl-8_6_0 https://github.com/curl/curl \
45+
&& git clone --depth 1 -b curl-8_7_1 https://github.com/curl/curl \
4646
&& cd curl \
4747
&& autoreconf -fi \
4848
&& export PKG_CONFIG_PATH=/usr/local/openssl/lib/pkgconfig:/usr/local/nghttp3/lib/pkgconfig:/usr/local/ngtcp2/lib/pkgconfig \

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
test:
2-
docker run -t justdanz/curl-http3 curl --version | grep "curl 8.6.0"
2+
docker run -t justdanz/curl-http3 curl --version | grep "curl 8.7.0"
33
docker run --rm justdanz/curl-http3 curl -sIL https://httpbin.org/brotli | grep -i 'content-encoding: br'
44
docker run --rm justdanz/curl-http3 curl -sIL https://blog.cloudflare.com --http3 -H 'user-agent: mozilla' | grep 'HTTP/3'
55

0 commit comments

Comments
 (0)