File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
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.0 "
116+ echo "console.log('Using njs v' + njs.version)" | docker run -i --rm justdanz/nginx njs -q | grep "Using njs v0.7.12 "
117117
118118 - name : Show logs
119119 if : always()
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ARG NGX_BROTLI_COMMIT=6e975bcb015f62e1f303054897783355e2a877dc
1111ARG QUICTLS_BRANCH=openssl-3.0.10+quic
1212
1313# http://hg.nginx.org/njs
14- ARG NJS_COMMIT=0ed1952588ab
14+ ARG NJS_COMMIT=a1faa64d4972
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