File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# https://hg.nginx.org/nginx-quic/file/tip/src/core/nginx.h
2
- ARG NGINX_VERSION=1.21.0
2
+ ARG NGINX_VERSION=1.21.1
3
3
4
4
# https://hg.nginx.org/nginx-quic/shortlog/quic
5
- ARG NGINX_COMMIT=5b0c229ba5fe
5
+ ARG NGINX_COMMIT=6674a50cbb6c
6
6
7
7
# https://github.com/google/ngx_brotli
8
8
ARG NGX_BROTLI_COMMIT=9aec15e2aa6feea2113119ba06460af70ab3ea62
Original file line number Diff line number Diff line change @@ -21,11 +21,12 @@ docker pull ghcr.io/macbre/nginx-http3:latest
21
21
22
22
```
23
23
$ docker run -it macbre/nginx-http3 nginx -V
24
- nginx version: nginx/1.21.0 (quic-5b0c229ba5fe )
24
+ nginx version: nginx/1.21.1 (quic-6674a50cbb6c )
25
25
built by gcc 10.3.1 20210424 (Alpine 10.3.1_git20210424)
26
26
built with OpenSSL 1.1.1 (compatible; BoringSSL) (running with BoringSSL)
27
27
TLS SNI support enabled
28
28
configure arguments:
29
+ --build=quic-6674a50cbb6c
29
30
--prefix=/etc/nginx
30
31
--sbin-path=/usr/sbin/nginx
31
32
--modules-path=/usr/lib/nginx/modules
You can’t perform that action at this time.
0 commit comments