File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
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.0
2
+ ARG NGINX_VERSION=1.27.1
3
3
4
4
# https://hg.nginx.org/nginx-quic/
5
- ARG NGINX_COMMIT=ff0312de0112
5
+ ARG NGINX_COMMIT=8796dfbe7177
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 @@ -26,12 +26,12 @@ docker pull ghcr.io/macbre/nginx-http3:latest
26
26
27
27
```
28
28
$ docker run -it macbre/nginx-http3 nginx -V
29
- nginx version: nginx/1.27.0 (quic-ff0312de0112 )
29
+ nginx version: nginx/1.27.1 (quic-8796dfbe7177 )
30
30
built by gcc 13.2.1 20231014 (Alpine 13.2.1_git20231014)
31
- built with OpenSSL 3.1.6 4 Jun 2024 (running with OpenSSL 3.1.5 30 Jan 2024)
31
+ built with OpenSSL 3.1.6 4 Jun 2024
32
32
TLS SNI support enabled
33
33
configure arguments:
34
- --build=quic-ff0312de0112
34
+ --build=quic-8796dfbe7177
35
35
--prefix=/etc/nginx
36
36
--sbin-path=/usr/sbin/nginx
37
37
--modules-path=/usr/lib/nginx/modules
You can’t perform that action at this time.
0 commit comments