Skip to content

Commit

Permalink
Merge pull request #98 from macbre/nginx-1.23.3
Browse files Browse the repository at this point in the history
Bump to nginx 1.23.3
  • Loading branch information
macbre authored Dec 19, 2022
2 parents d9abd74 + bd773c4 commit 95264ac
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.2
ARG NGINX_VERSION=1.23.3

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

# 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.2 (quic-3be953161026-boringssl-8ce0e1c14e48109773f1e94e5f8b020aa1e24dc5)
nginx version: nginx/1.23.3 (quic-91ad1abfb285-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-3be953161026-boringssl-8ce0e1c14e48109773f1e94e5f8b020aa1e24dc5
--build=quic-91ad1abfb285-boringssl-8ce0e1c14e48109773f1e94e5f8b020aa1e24dc5
--prefix=/etc/nginx
--sbin-path=/usr/sbin/nginx
--modules-path=/usr/lib/nginx/modules
Expand Down

0 comments on commit 95264ac

Please sign in to comment.