diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index dfc27e0..9c61209 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -110,7 +110,7 @@ jobs: - name: Test njs command line run: | - echo "console.log('Using njs v' + njs.version)" | docker run -i --rm macbre/nginx njs -q | grep "Using njs v0.8.0" + echo "console.log('Using njs v' + njs.version)" | docker run -i --rm macbre/nginx njs -q | grep "Using njs v0.7.12" - name: Show logs if: always() diff --git a/Dockerfile b/Dockerfile index cda513a..c84f55e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ ARG NGX_BROTLI_COMMIT=6e975bcb015f62e1f303054897783355e2a877dc ARG BORINGSSL_COMMIT=e1b8685770d0e82e5a4a3c5d24ad1602e05f2e83 # http://hg.nginx.org/njs -ARG NJS_COMMIT=c2bc1525be25 +ARG NJS_COMMIT=a1faa64d4972 # https://github.com/openresty/headers-more-nginx-module#installation # we want to have https://github.com/openresty/headers-more-nginx-module/commit/e536bc595d8b490dbc9cf5999ec48fca3f488632 diff --git a/readme.md b/readme.md index f744d94..04239c7 100644 --- a/readme.md +++ b/readme.md @@ -85,7 +85,7 @@ configure arguments: --with-ld-opt='-L../boringssl/build/ssl -L../boringssl/build/crypto' $ docker run -it macbre/nginx-http3 njs -v -0.8.0 +0.7.12 ``` ## SSL Grade A+ handling