Skip to content

Commit d9a4862

Browse files
committed
Revert njs to 0.7.12 to fix shell errors
1 parent 009210b commit d9a4862

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dockerimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
114114
- name: Test njs command line
115115
run: |
116-
echo "console.log('Using njs v' + njs.version)" | docker run -i --rm justdanz/nginx njs -q | grep "Using njs v0.8.0"
116+
echo "console.log('Using njs v' + njs.version)" | docker run -i --rm justdanz/nginx njs -q | grep "Using njs v0.7.12"
117117
118118
- name: Show logs
119119
if: always()

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ARG NGX_BROTLI_COMMIT=6e975bcb015f62e1f303054897783355e2a877dc
1111
ARG QUICTLS_BRANCH=openssl-3.0.10+quic
1212

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

0 commit comments

Comments
 (0)