Skip to content

Commit d78f5bf

Browse files
authored
Merge pull request #90 from macbre/nginx/1.23.2
nginx 1.23.2
2 parents f16d1d4 + cc33201 commit d78f5bf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.1
2+
ARG NGINX_VERSION=1.23.2
33

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

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

readme.md

Lines changed: 4 additions & 4 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.1 (quic-3550b00d9dc8-boringssl-8ce0e1c14e48109773f1e94e5f8b020aa1e24dc5)
32-
built by gcc 11.2.1 20220219 (Alpine 11.2.1_git20220219)
31+
nginx version: nginx/1.23.2 (quic-3be953161026-boringssl-8ce0e1c14e48109773f1e94e5f8b020aa1e24dc5)
32+
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-3550b00d9dc8-boringssl-8ce0e1c14e48109773f1e94e5f8b020aa1e24dc5
36+
--build=quic-3be953161026-boringssl-8ce0e1c14e48109773f1e94e5f8b020aa1e24dc5
3737
--prefix=/etc/nginx
3838
--sbin-path=/usr/sbin/nginx
3939
--modules-path=/usr/lib/nginx/modules
@@ -82,7 +82,7 @@ configure arguments:
8282
--add-module=/usr/src/ngx_brotli
8383
--add-module=/usr/src/headers-more-nginx-module-0.34
8484
--add-module=/usr/src/njs/nginx
85-
--add-dynamic-module=/usr/src/ngx_http_geoip2_module
85+
--add-dynamic-module=/usr/src/ngx_http_geoip2_module
8686
--with-cc-opt=-I../boringssl/include
8787
--with-ld-opt='-L../boringssl/build/ssl -L../boringssl/build/crypto'
8888

0 commit comments

Comments
 (0)