Skip to content

Commit 4b68655

Browse files
authored
Merge pull request #122 from macbre/nginx/1.25.2
nginx 1.25.2 + njs 0.8.1
2 parents ec43889 + 1877230 commit 4b68655

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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.7.12"
113+
echo "console.log('Using njs v' + njs.version)" | docker run -i --rm macbre/nginx njs -q - | grep "Using njs v0.8.1"
114114
115115
- name: Show logs
116116
if: always()

Dockerfile

Lines changed: 5 additions & 5 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.1
2+
ARG NGINX_VERSION=1.25.2
33

44
# https://hg.nginx.org/nginx
5-
ARG NGINX_COMMIT=5b8854a2f79c
5+
ARG NGINX_COMMIT=44536076405c
66

77
# https://github.com/google/ngx_brotli
8-
ARG NGX_BROTLI_COMMIT=6e975bcb015f62e1f303054897783355e2a877dc
8+
ARG NGX_BROTLI_COMMIT=63ca02abdcf79c9e788d2eedcc388d2335902e52
99

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

13-
# http://hg.nginx.org/njs
14-
ARG NJS_COMMIT=a1faa64d4972
13+
# http://hg.nginx.org/njs / v0.8.1
14+
ARG NJS_COMMIT=a387eed79b90
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.1 (quic-5b8854a2f79c-boringssl-e1b8685770d0e82e5a4a3c5d24ad1602e05f2e83)
29+
nginx version: nginx/1.25.2 (quic-44536076405c-boringssl-e1b8685770d0e82e5a4a3c5d24ad1602e05f2e83)
3030
built by gcc 12.2.1 20220924 (Alpine 12.2.1_git20220924-r4)
3131
built with OpenSSL 1.1.1 (compatible; BoringSSL) (running with BoringSSL)
3232
TLS SNI support enabled
3333
configure arguments:
34-
--build=quic-5b8854a2f79c-boringssl-e1b8685770d0e82e5a4a3c5d24ad1602e05f2e83
34+
--build=quic-44536076405c-boringssl-e1b8685770d0e82e5a4a3c5d24ad1602e05f2e83
3535
--prefix=/etc/nginx
3636
--sbin-path=/usr/sbin/nginx
3737
--modules-path=/usr/lib/nginx/modules
@@ -85,7 +85,7 @@ configure arguments:
8585
--with-ld-opt='-L../boringssl/build/ssl -L../boringssl/build/crypto'
8686
8787
$ docker run -it macbre/nginx-http3 njs -v
88-
0.7.12
88+
0.8.1
8989
```
9090

9191
## SSL Grade A+ handling

0 commit comments

Comments
 (0)