File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# https://hg.nginx.org/nginx/file/tip/src/core/nginx.h
2
- ARG NGINX_VERSION=1.27.2
2
+ ARG NGINX_VERSION=1.27.3
3
3
4
4
# https://hg.nginx.org/nginx/
5
- ARG NGINX_COMMIT=331eae3dccf8
5
+ ARG NGINX_COMMIT=c7f94e6c96ee
6
6
7
7
# https://github.com/google/ngx_brotli
8
8
ARG NGX_BROTLI_COMMIT=a71f9312c2deb28875acc7bacfdd5695a111aa53
Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ docker pull ghcr.io/macbre/nginx-http3:latest
27
27
28
28
```
29
29
$ docker run -it macbre/nginx-http3 nginx -V
30
- nginx version: nginx/1.27.2 (331eae3dccf8 )
30
+ nginx version: nginx/1.27.3 (c7f94e6c96ee )
31
31
built by gcc 13.2.1 20240309 (Alpine 13.2.1_git20240309)
32
32
built with OpenSSL 3.3.2 3 Sep 2024
33
33
TLS SNI support enabled
34
34
configure arguments:
35
- --build=331eae3dccf8
35
+ --build=c7f94e6c96ee
36
36
--prefix=/etc/nginx
37
37
--sbin-path=/usr/sbin/nginx
38
38
--modules-path=/usr/lib/nginx/modules
You can’t perform that action at this time.
0 commit comments