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 1
1
# 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
3
3
4
4
# https://hg.nginx.org/nginx-quic/shortlog/quic
5
- ARG NGINX_COMMIT=3550b00d9dc8
5
+ ARG NGINX_COMMIT=3be953161026
6
6
7
7
# https://github.com/google/ngx_brotli
8
8
ARG 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
28
28
29
29
```
30
30
$ 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)
33
33
built with OpenSSL 1.1.1 (compatible; BoringSSL) (running with BoringSSL)
34
34
TLS SNI support enabled
35
35
configure arguments:
36
- --build=quic-3550b00d9dc8 -boringssl-8ce0e1c14e48109773f1e94e5f8b020aa1e24dc5
36
+ --build=quic-3be953161026 -boringssl-8ce0e1c14e48109773f1e94e5f8b020aa1e24dc5
37
37
--prefix=/etc/nginx
38
38
--sbin-path=/usr/sbin/nginx
39
39
--modules-path=/usr/lib/nginx/modules
@@ -82,7 +82,7 @@ configure arguments:
82
82
--add-module=/usr/src/ngx_brotli
83
83
--add-module=/usr/src/headers-more-nginx-module-0.34
84
84
--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
86
86
--with-cc-opt=-I../boringssl/include
87
87
--with-ld-opt='-L../boringssl/build/ssl -L../boringssl/build/crypto'
88
88
You can’t perform that action at this time.
0 commit comments