Skip to content

Commit

Permalink
Merge pull request #109 from macbre/nginx/1.23.4
Browse files Browse the repository at this point in the history
nginx 1.23.4
  • Loading branch information
macbre authored Apr 10, 2023
2 parents a3571c8 + c6291b6 commit 0b88673
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/fie/tip/src/core/nginx.h
ARG NGINX_VERSION=1.23.3
ARG NGINX_VERSION=1.23.4

# https://hg.nginx.org/nginx-quic/shortlog/quic
ARG NGINX_COMMIT=91ad1abfb285
ARG NGINX_COMMIT=0af598651e33

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

```
$ docker run -it macbre/nginx-http3 nginx -V
nginx version: nginx/1.23.3 (quic-91ad1abfb285-boringssl-8ce0e1c14e48109773f1e94e5f8b020aa1e24dc5)
nginx version: nginx/1.23.4 (quic-0af598651e33-boringssl-8ce0e1c14e48109773f1e94e5f8b020aa1e24dc5)
built by gcc 11.2.1 20220219 (Alpine 11.2.1_git20220219)
built with OpenSSL 1.1.1 (compatible; BoringSSL) (running with BoringSSL)
TLS SNI support enabled
configure arguments:
--build=quic-91ad1abfb285-boringssl-8ce0e1c14e48109773f1e94e5f8b020aa1e24dc5
--build=quic-0af598651e33-boringssl-8ce0e1c14e48109773f1e94e5f8b020aa1e24dc5
--prefix=/etc/nginx
--sbin-path=/usr/sbin/nginx
--modules-path=/usr/lib/nginx/modules
Expand Down

0 comments on commit 0b88673

Please sign in to comment.