Skip to content

Commit ba1c649

Browse files
authored
Merge pull request #54 from macbre/nginx-1.21.1
nginx 1.21.1
2 parents 43a66fb + 1839bb8 commit ba1c649

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# 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
33

44
# https://hg.nginx.org/nginx-quic/shortlog/quic
5-
ARG NGINX_COMMIT=5b0c229ba5fe
5+
ARG NGINX_COMMIT=6674a50cbb6c
66

77
# https://github.com/google/ngx_brotli
88
ARG NGX_BROTLI_COMMIT=9aec15e2aa6feea2113119ba06460af70ab3ea62

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ docker pull ghcr.io/macbre/nginx-http3:latest
2121

2222
```
2323
$ 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)
2525
built by gcc 10.3.1 20210424 (Alpine 10.3.1_git20210424)
2626
built with OpenSSL 1.1.1 (compatible; BoringSSL) (running with BoringSSL)
2727
TLS SNI support enabled
2828
configure arguments:
29+
--build=quic-6674a50cbb6c
2930
--prefix=/etc/nginx
3031
--sbin-path=/usr/sbin/nginx
3132
--modules-path=/usr/lib/nginx/modules

0 commit comments

Comments
 (0)