Skip to content

Commit 1681115

Browse files
authored
Merge pull request #148 from macbre/njs/0.8.5
njs v0.8.5
2 parents a8c2678 + 57f5136 commit 1681115

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.8.4"
113+
echo "console.log('Using njs v' + njs.version)" | docker run -i --rm macbre/nginx njs -q - | grep "Using njs v0.8.5"
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-
# http://hg.nginx.org/njs / v0.8.4
14-
ARG NJS_COMMIT=7133f0400019
13+
# http://hg.nginx.org/njs / v0.8.5
14+
ARG NJS_COMMIT=a419f9189f55
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ docker pull ghcr.io/macbre/nginx-http3:latest
2222
* [`headers-more-nginx-module`](https://github.com/openresty/headers-more-nginx-module#readme) - sets and clears HTTP request and response headers
2323
* [`ngx_brotli`](https://github.com/google/ngx_brotli#configuration-directives) - adds [brotli response compression](https://datatracker.ietf.org/doc/html/rfc7932)
2424
* [`ngx_http_geoip2_module`](https://github.com/leev/ngx_http_geoip2_module#download-maxmind-geolite2-database-optional) - creates variables with values from the maxmind geoip2 databases based on the client IP
25-
* [`njs` module](https://nginx.org/en/docs/njs/) - a subset of the JavaScript language that allows extending nginx functionality
25+
* [`njs` module](https://nginx.org/en/docs/njs/) - a subset of the JavaScript language that allows extending nginx functionality ([GitHub repository](https://github.com/nginx/njs))
2626

2727
```
2828
$ docker run -it macbre/nginx-http3 nginx -V
@@ -84,7 +84,7 @@ configure arguments:
8484
--add-dynamic-module=/usr/src/ngx_http_geoip2_module
8585
8686
$ docker run -it macbre/nginx-http3 njs -v
87-
0.8.4
87+
0.8.5
8888
```
8989

9090
## SSL Grade A+ handling

0 commit comments

Comments
 (0)