Skip to content

Commit 9aee185

Browse files
committed
Bump Nging to 1.27.1 and njs to 0.8.4
1 parent 044822d commit 9aee185

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.3"
116+
echo "console.log('Using njs v' + njs.version)" | docker run -i --rm justdanz/nginx njs -q - | grep "Using njs v0.8.4"
117117
118118
- name: Show logs
119119
if: always()

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# https://hg.nginx.org/nginx/file/tip/src/core/nginx.h
2-
ARG NGINX_VERSION=1.27.0
2+
ARG NGINX_VERSION=1.27.1
33

44
# https://hg.nginx.org/nginx
5-
ARG NGINX_COMMIT=02e9411009b9
5+
ARG NGINX_COMMIT=8796dfbe7177
66

77
# https://github.com/google/ngx_brotli
88
ARG NGX_BROTLI_COMMIT=6e975bcb015f62e1f303054897783355e2a877dc
@@ -11,7 +11,7 @@ ARG NGX_BROTLI_COMMIT=6e975bcb015f62e1f303054897783355e2a877dc
1111
ARG QUICTLS_BRANCH=openssl-3.1.5+quic
1212

1313
# http://hg.nginx.org/njs
14-
ARG NJS_COMMIT=f98dd6884786
14+
ARG NJS_COMMIT=11d956c1577c
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)