File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113113
114114 - name : Test njs command line
115115 run : |
116- echo "console.log('Using njs v' + njs.version)" | docker run -i --rm justdanz/nginx njs -q - | grep "Using njs v0.8.3 "
116+ echo "console.log('Using njs v' + njs.version)" | docker run -i --rm justdanz/nginx njs -q - | grep "Using njs v0.8.4 "
117117
118118 - name : Show logs
119119 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.27.0
2+ ARG NGINX_VERSION=1.27.1
33
44# https://hg.nginx.org/nginx
5- ARG NGINX_COMMIT=02e9411009b9
5+ ARG NGINX_COMMIT=8796dfbe7177
66
77# https://github.com/google/ngx_brotli
88ARG NGX_BROTLI_COMMIT=6e975bcb015f62e1f303054897783355e2a877dc
@@ -11,7 +11,7 @@ ARG NGX_BROTLI_COMMIT=6e975bcb015f62e1f303054897783355e2a877dc
1111ARG QUICTLS_BRANCH=openssl-3.1.5+quic
1212
1313# http://hg.nginx.org/njs
14- ARG NJS_COMMIT=f98dd6884786
14+ ARG NJS_COMMIT=11d956c1577c
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
You can’t perform that action at this time.
0 commit comments