File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110
110
111
111
- name : Test njs command line
112
112
run : |
113
- echo "console.log('Using njs v' + njs.version)" | docker run -i --rm macbre/nginx njs -q - | grep "Using njs v0.8.3 "
113
+ echo "console.log('Using njs v' + njs.version)" | docker run -i --rm macbre/nginx njs -q - | grep "Using njs v0.8.4 "
114
114
115
115
- name : Show logs
116
116
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.25.4
2
+ ARG NGINX_VERSION=1.25.5
3
3
4
4
# https://hg.nginx.org/nginx
5
- ARG NGINX_COMMIT=89bff782528a
5
+ ARG NGINX_COMMIT=49dce50fad40
6
6
7
7
# https://github.com/google/ngx_brotli
8
8
ARG NGX_BROTLI_COMMIT=a71f9312c2deb28875acc7bacfdd5695a111aa53
9
9
10
10
# https://github.com/google/boringssl
11
11
# ARG BORINGSSL_COMMIT=fae0964b3d44e94ca2a2d21f86e61dabe683d130
12
12
13
- # http://hg.nginx.org/njs / v0.8.3
14
- ARG NJS_COMMIT=3aba7ee62080
13
+ # http://hg.nginx.org/njs / v0.8.4
14
+ ARG NJS_COMMIT=7133f0400019
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
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ docker pull ghcr.io/macbre/nginx-http3:latest
26
26
27
27
```
28
28
$ docker run -it macbre/nginx-http3 nginx -V
29
- nginx version: nginx/1.25.4 (quic-89bff782528a )
29
+ nginx version: nginx/1.25.5 (quic-49dce50fad40 )
30
30
built by gcc 13.2.1 20231014 (Alpine 13.2.1_git20231014)
31
31
built with OpenSSL 3.1.4 24 Oct 2023
32
32
TLS SNI support enabled
33
33
configure arguments:
34
- --build=quic-89bff782528a
34
+ --build=quic-49dce50fad40
35
35
--prefix=/etc/nginx
36
36
--sbin-path=/usr/sbin/nginx
37
37
--modules-path=/usr/lib/nginx/modules
@@ -83,7 +83,7 @@ configure arguments:
83
83
--add-dynamic-module=/usr/src/ngx_http_geoip2_module
84
84
85
85
$ docker run -it macbre/nginx-http3 njs -v
86
- 0.8.3
86
+ 0.8.4
87
87
```
88
88
89
89
## SSL Grade A+ handling
You can’t perform that action at this time.
0 commit comments