File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110
110
111
111
- name : Test njs command line
112
112
run : |
113
- echo "console.log('Using njs v' + njs.version)" | docker run -i --rm macbre/nginx njs -q - | grep "Using njs v0.8.10 "
113
+ echo "console.log('Using njs v' + njs.version)" | docker run -i --rm macbre/nginx njs -q - | grep "Using njs v0.9.0 "
114
114
115
115
- name : Show logs
116
116
if : always()
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ ARG NGX_BROTLI_COMMIT=a71f9312c2deb28875acc7bacfdd5695a111aa53
10
10
# https://github.com/google/boringssl
11
11
# ARG BORINGSSL_COMMIT=fae0964b3d44e94ca2a2d21f86e61dabe683d130
12
12
13
- # https://github.com/nginx/njs/releases/tag/0.8.10
14
- ARG NJS_COMMIT=9d3e71ca656b920e3e63b0e647aca8e91669d29a
13
+ # https://github.com/nginx/njs/releases/tag/0.9.0
14
+ ARG NJS_COMMIT=fcb99b68f86a72c96e21b81b3b78251174dbd3bf
15
15
16
16
# https://github.com/openresty/headers-more-nginx-module#installation
17
17
# we want to have https://github.com/openresty/headers-more-nginx-module/commit/e536bc595d8b490dbc9cf5999ec48fca3f488632
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ configure arguments:
89
89
90
90
91
91
$ docker run -it macbre/nginx-http3 njs -v
92
- 0.8.10
92
+ 0.9.0
93
93
```
94
94
95
95
## SSL Grade A+ handling
You can’t perform that action at this time.
0 commit comments