Skip to content

Commit

Permalink
Revert njs to 0.7.12 to fix shell errors
Browse files Browse the repository at this point in the history
  • Loading branch information
justdan6 committed Aug 22, 2023
1 parent 009210b commit d9a4862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Test njs command line
run: |
echo "console.log('Using njs v' + njs.version)" | docker run -i --rm justdanz/nginx njs -q | grep "Using njs v0.8.0"
echo "console.log('Using njs v' + njs.version)" | docker run -i --rm justdanz/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 QUICTLS_BRANCH=openssl-3.0.10+quic

# http://hg.nginx.org/njs
ARG NJS_COMMIT=0ed1952588ab
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

0 comments on commit d9a4862

Please sign in to comment.