Skip to content

Commit

Permalink
Merge pull request #54 from macbre/nginx-1.21.1
Browse files Browse the repository at this point in the history
nginx 1.21.1
  • Loading branch information
macbre authored Jul 19, 2021
2 parents 43a66fb + 1839bb8 commit ba1c649
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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.0
ARG NGINX_VERSION=1.21.1

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

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

```
$ docker run -it macbre/nginx-http3 nginx -V
nginx version: nginx/1.21.0 (quic-5b0c229ba5fe)
nginx version: nginx/1.21.1 (quic-6674a50cbb6c)
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-6674a50cbb6c
--prefix=/etc/nginx
--sbin-path=/usr/sbin/nginx
--modules-path=/usr/lib/nginx/modules
Expand Down

0 comments on commit ba1c649

Please sign in to comment.