Skip to content

Commit 95264ac

Browse files
authored
Merge pull request #98 from macbre/nginx-1.23.3
Bump to nginx 1.23.3
2 parents d9abd74 + bd773c4 commit 95264ac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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/fie/tip/src/core/nginx.h
2-
ARG NGINX_VERSION=1.23.2
2+
ARG NGINX_VERSION=1.23.3
33

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

77
# https://github.com/google/ngx_brotli
88
ARG NGX_BROTLI_COMMIT=6e975bcb015f62e1f303054897783355e2a877dc

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ docker pull ghcr.io/macbre/nginx-http3:latest
2828

2929
```
3030
$ docker run -it macbre/nginx-http3 nginx -V
31-
nginx version: nginx/1.23.2 (quic-3be953161026-boringssl-8ce0e1c14e48109773f1e94e5f8b020aa1e24dc5)
31+
nginx version: nginx/1.23.3 (quic-91ad1abfb285-boringssl-8ce0e1c14e48109773f1e94e5f8b020aa1e24dc5)
3232
built by gcc 11.2.1 20220219 (Alpine 11.2.1_git20220219)
3333
built with OpenSSL 1.1.1 (compatible; BoringSSL) (running with BoringSSL)
3434
TLS SNI support enabled
3535
configure arguments:
36-
--build=quic-3be953161026-boringssl-8ce0e1c14e48109773f1e94e5f8b020aa1e24dc5
36+
--build=quic-91ad1abfb285-boringssl-8ce0e1c14e48109773f1e94e5f8b020aa1e24dc5
3737
--prefix=/etc/nginx
3838
--sbin-path=/usr/sbin/nginx
3939
--modules-path=/usr/lib/nginx/modules

0 commit comments

Comments
 (0)