Skip to content

Commit 523be3b

Browse files
authored
njs: upgrade to 0.9.2 (#174)
* njs: upgrade to 0.9.2 https://github.com/nginx/njs/releases/tag/0.9.2 * Update dockerimage.yml: Using njs v0.9.2 * Update readme.md
1 parent d039a73 commit 523be3b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/dockerimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.9.1"
113+
echo "console.log('Using njs v' + njs.version)" | docker run -i --rm macbre/nginx njs -q - | grep "Using njs v0.9.2"
114114
115115
- name: Show logs
116116
if: always()

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ ARG NGX_BROTLI_COMMIT=a71f9312c2deb28875acc7bacfdd5695a111aa53
1010
# https://github.com/google/boringssl
1111
#ARG BORINGSSL_COMMIT=fae0964b3d44e94ca2a2d21f86e61dabe683d130
1212

13-
# https://github.com/nginx/njs/releases/tag/0.9.1
14-
ARG NJS_COMMIT=4fd3ff98e413ede57c88456cf84b116a8382061a
13+
# https://github.com/nginx/njs/releases/tag/0.9.2
14+
ARG NJS_COMMIT=b31f7333c772ba837977363536297b2608f64047
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

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ configure arguments:
8989
9090
9191
$ docker run -it macbre/nginx-http3 njs -v
92-
0.9.1
92+
0.9.2
9393
```
9494

9595
## SSL Grade A+ handling

0 commit comments

Comments
 (0)