File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113
113
114
114
- name : Test njs command line
115
115
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 "
117
117
118
118
- name : Show logs
119
119
if : always()
Original file line number Diff line number Diff line change 1
1
# 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
3
3
4
4
# https://hg.nginx.org/nginx
5
- ARG NGINX_COMMIT=02e9411009b9
5
+ ARG NGINX_COMMIT=8796dfbe7177
6
6
7
7
# https://github.com/google/ngx_brotli
8
8
ARG NGX_BROTLI_COMMIT=6e975bcb015f62e1f303054897783355e2a877dc
@@ -11,7 +11,7 @@ ARG NGX_BROTLI_COMMIT=6e975bcb015f62e1f303054897783355e2a877dc
11
11
ARG QUICTLS_BRANCH=openssl-3.1.5+quic
12
12
13
13
# http://hg.nginx.org/njs
14
- ARG NJS_COMMIT=f98dd6884786
14
+ ARG NJS_COMMIT=11d956c1577c
15
15
16
16
# https://github.com/openresty/headers-more-nginx-module#installation
17
17
# we want to have https://github.com/openresty/headers-more-nginx-module/commit/e536bc595d8b490dbc9cf5999ec48fca3f488632
You can’t perform that action at this time.
0 commit comments