Skip to content

Commit c4fe480

Browse files
authored
Merge pull request #137 from macbre/nginx/1.25.5
nginx v1.25.5 and njs v0.8.4
2 parents f2f4b52 + 64097bc commit c4fe480

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/dockerimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
111111
- name: Test njs command line
112112
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"
114114
115115
- name: Show logs
116116
if: always()

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# 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
33

44
# https://hg.nginx.org/nginx
5-
ARG NGINX_COMMIT=89bff782528a
5+
ARG NGINX_COMMIT=49dce50fad40
66

77
# https://github.com/google/ngx_brotli
88
ARG NGX_BROTLI_COMMIT=a71f9312c2deb28875acc7bacfdd5695a111aa53
99

1010
# https://github.com/google/boringssl
1111
#ARG BORINGSSL_COMMIT=fae0964b3d44e94ca2a2d21f86e61dabe683d130
1212

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
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

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ docker pull ghcr.io/macbre/nginx-http3:latest
2626

2727
```
2828
$ 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)
3030
built by gcc 13.2.1 20231014 (Alpine 13.2.1_git20231014)
3131
built with OpenSSL 3.1.4 24 Oct 2023
3232
TLS SNI support enabled
3333
configure arguments:
34-
--build=quic-89bff782528a
34+
--build=quic-49dce50fad40
3535
--prefix=/etc/nginx
3636
--sbin-path=/usr/sbin/nginx
3737
--modules-path=/usr/lib/nginx/modules
@@ -83,7 +83,7 @@ configure arguments:
8383
--add-dynamic-module=/usr/src/ngx_http_geoip2_module
8484
8585
$ docker run -it macbre/nginx-http3 njs -v
86-
0.8.3
86+
0.8.4
8787
```
8888

8989
## SSL Grade A+ handling

0 commit comments

Comments
 (0)