Skip to content

Commit

Permalink
Revert NJS to latest release (0.7.12)
Browse files Browse the repository at this point in the history
  • Loading branch information
justdan6 committed Jun 26, 2023
1 parent 8d9ca36 commit 69ce0f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69ce0f7

Please sign in to comment.