diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index e525026..657be4b 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -110,7 +110,7 @@ jobs: - name: Test njs command line run: | - echo "console.log('Using njs v' + njs.version)" | docker run -i --rm macbre/nginx njs -q - | grep "Using njs v0.9.2" + echo "console.log('Using njs v' + njs.version)" | docker run -i --rm macbre/nginx njs -q - | grep "Using njs v0.9.3" - name: Show logs if: always() diff --git a/Dockerfile b/Dockerfile index 5f5f941..f01bbdf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ # https://hg.nginx.org/nginx/file/tip/src/core/nginx.h -ARG NGINX_VERSION=1.29.1 +ARG NGINX_VERSION=1.29.2 # https://hg.nginx.org/nginx/ -ARG NGINX_COMMIT=68813362708e +ARG NGINX_COMMIT=d2a04c09eb4d # https://github.com/google/ngx_brotli ARG NGX_BROTLI_COMMIT=a71f9312c2deb28875acc7bacfdd5695a111aa53 @@ -10,8 +10,8 @@ ARG NGX_BROTLI_COMMIT=a71f9312c2deb28875acc7bacfdd5695a111aa53 # https://github.com/google/boringssl #ARG BORINGSSL_COMMIT=fae0964b3d44e94ca2a2d21f86e61dabe683d130 -# https://github.com/nginx/njs/releases/tag/0.9.2 -ARG NJS_COMMIT=b31f7333c772ba837977363536297b2608f64047 +# https://github.com/nginx/njs/releases/tag/0.9.3 +ARG NJS_COMMIT=5115c78ea0259fa7ef42b629eda4964fbf63aba5 # https://github.com/openresty/headers-more-nginx-module#installation # we want to have https://github.com/openresty/headers-more-nginx-module/commit/e536bc595d8b490dbc9cf5999ec48fca3f488632 diff --git a/readme.md b/readme.md index 750e99b..369ef3c 100644 --- a/readme.md +++ b/readme.md @@ -27,12 +27,12 @@ docker pull ghcr.io/macbre/nginx-http3:latest ``` $ docker run -it macbre/nginx-http3 nginx -V -nginx version: nginx/1.29.1 (1db7c7ba4bc5) +nginx version: nginx/1.29.2 (d2a04c09eb4d) built by gcc 13.2.1 20240309 (Alpine 13.2.1_git20240309) -built with OpenSSL 3.3.4 1 Jul 2025 +built with OpenSSL 3.3.5 30 Sep 2025 (running with OpenSSL 3.3.4 1 Jul 2025) TLS SNI support enabled configure arguments: - --build=68813362708e + --build=d2a04c09eb4d --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib/nginx/modules @@ -89,7 +89,7 @@ configure arguments: $ docker run -it macbre/nginx-http3 njs -v -0.9.2 +0.9.3 ``` ## SSL Grade A+ handling