File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ RUN cd .. \
4242    && make install
4343
4444RUN  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 \
Original file line number Diff line number Diff line change 11test :
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
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments