Skip to content

Commit

Permalink
Merge pull request #61 from macbre/nginx-1.21.3
Browse files Browse the repository at this point in the history
Build nginx 1.21.3
  • Loading branch information
macbre authored Sep 13, 2021
2 parents 1a1e455 + af6ed6c commit 70e0ec5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# https://hg.nginx.org/nginx-quic/file/tip/src/core/nginx.h
ARG NGINX_VERSION=1.21.1
ARG NGINX_VERSION=1.21.3

# https://hg.nginx.org/nginx-quic/shortlog/quic
ARG NGINX_COMMIT=e5a180511dec
ARG NGINX_COMMIT=4ca8035c19a4

# https://github.com/google/ngx_brotli
ARG NGX_BROTLI_COMMIT=9aec15e2aa6feea2113119ba06460af70ab3ea62
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ docker pull ghcr.io/macbre/nginx-http3:latest

```
$ docker run -it macbre/nginx-http3 nginx -V
nginx version: nginx/1.21.1 (quic-d0ef43a53a51)
nginx version: nginx/1.21.3 (quic-4ca8035c19a4-boringssl-006f20ad7f9a6ce53b44390c0689f3690bf73ad1)
built by gcc 10.3.1 20210424 (Alpine 10.3.1_git20210424)
built with OpenSSL 1.1.1 (compatible; BoringSSL) (running with BoringSSL)
TLS SNI support enabled
configure arguments:
--build=quic-d0ef43a53a51
--build=quic-4ca8035c19a4-boringssl-006f20ad7f9a6ce53b44390c0689f3690bf73ad1
--prefix=/etc/nginx
--sbin-path=/usr/sbin/nginx
--modules-path=/usr/lib/nginx/modules
Expand Down

0 comments on commit 70e0ec5

Please sign in to comment.