File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110
111111 - name : Test njs command line
112112 run : |
113- echo "console.log('Using njs v' + njs.version)" | docker run -i --rm macbre/nginx njs -q - | grep "Using njs v0.8.3 "
113+ echo "console.log('Using njs v' + njs.version)" | docker run -i --rm macbre/nginx njs -q - | grep "Using njs v0.8.4 "
114114
115115 - name : Show logs
116116 if : always()
Original file line number Diff line number Diff line change 11# https://hg.nginx.org/nginx/file/tip/src/core/nginx.h
2- ARG NGINX_VERSION=1.25.4
2+ ARG NGINX_VERSION=1.25.5
33
44# https://hg.nginx.org/nginx
5- ARG NGINX_COMMIT=89bff782528a
5+ ARG NGINX_COMMIT=49dce50fad40
66
77# https://github.com/google/ngx_brotli
88ARG NGX_BROTLI_COMMIT=a71f9312c2deb28875acc7bacfdd5695a111aa53
99
1010# https://github.com/google/boringssl
1111# ARG BORINGSSL_COMMIT=fae0964b3d44e94ca2a2d21f86e61dabe683d130
1212
13- # http://hg.nginx.org/njs / v0.8.3
14- ARG NJS_COMMIT=3aba7ee62080
13+ # http://hg.nginx.org/njs / v0.8.4
14+ ARG NJS_COMMIT=7133f0400019
1515
1616# https://github.com/openresty/headers-more-nginx-module#installation
1717# we want to have https://github.com/openresty/headers-more-nginx-module/commit/e536bc595d8b490dbc9cf5999ec48fca3f488632
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ docker pull ghcr.io/macbre/nginx-http3:latest
2626
2727```
2828$ docker run -it macbre/nginx-http3 nginx -V
29- nginx version: nginx/1.25.4 (quic-89bff782528a )
29+ nginx version: nginx/1.25.5 (quic-49dce50fad40 )
3030built by gcc 13.2.1 20231014 (Alpine 13.2.1_git20231014)
3131built with OpenSSL 3.1.4 24 Oct 2023
3232TLS SNI support enabled
3333configure arguments:
34- --build=quic-89bff782528a
34+ --build=quic-49dce50fad40
3535 --prefix=/etc/nginx
3636 --sbin-path=/usr/sbin/nginx
3737 --modules-path=/usr/lib/nginx/modules
@@ -83,7 +83,7 @@ configure arguments:
8383 --add-dynamic-module=/usr/src/ngx_http_geoip2_module
8484
8585$ docker run -it macbre/nginx-http3 njs -v
86- 0.8.3
86+ 0.8.4
8787```
8888
8989## SSL Grade A+ handling
You can’t perform that action at this time.
0 commit comments