File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# https://hg.nginx.org/nginx-quic/fie/tip/src/core/nginx.h
2- ARG NGINX_VERSION=1.23.1
2+ ARG NGINX_VERSION=1.23.2
33
44# https://hg.nginx.org/nginx-quic/shortlog/quic
5- ARG NGINX_COMMIT=3550b00d9dc8
5+ ARG NGINX_COMMIT=3be953161026
66
77# https://github.com/google/ngx_brotli
88ARG NGX_BROTLI_COMMIT=6e975bcb015f62e1f303054897783355e2a877dc
Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ docker pull ghcr.io/macbre/nginx-http3:latest
2828
2929```
3030$ docker run -it macbre/nginx-http3 nginx -V
31- nginx version: nginx/1.23.1 (quic-3550b00d9dc8 -boringssl-8ce0e1c14e48109773f1e94e5f8b020aa1e24dc5)
32- built by gcc 11.2.1 20220219 (Alpine 11.2.1_git20220219)
31+ nginx version: nginx/1.23.2 (quic-3be953161026 -boringssl-8ce0e1c14e48109773f1e94e5f8b020aa1e24dc5)
32+ built by gcc 11.2.1 20220219 (Alpine 11.2.1_git20220219)
3333built with OpenSSL 1.1.1 (compatible; BoringSSL) (running with BoringSSL)
3434TLS SNI support enabled
3535configure arguments:
36- --build=quic-3550b00d9dc8 -boringssl-8ce0e1c14e48109773f1e94e5f8b020aa1e24dc5
36+ --build=quic-3be953161026 -boringssl-8ce0e1c14e48109773f1e94e5f8b020aa1e24dc5
3737 --prefix=/etc/nginx
3838 --sbin-path=/usr/sbin/nginx
3939 --modules-path=/usr/lib/nginx/modules
@@ -82,7 +82,7 @@ configure arguments:
8282 --add-module=/usr/src/ngx_brotli
8383 --add-module=/usr/src/headers-more-nginx-module-0.34
8484 --add-module=/usr/src/njs/nginx
85- --add-dynamic-module=/usr/src/ngx_http_geoip2_module
85+ --add-dynamic-module=/usr/src/ngx_http_geoip2_module
8686 --with-cc-opt=-I../boringssl/include
8787 --with-ld-opt='-L../boringssl/build/ssl -L../boringssl/build/crypto'
8888
You can’t perform that action at this time.
0 commit comments