From eaad8e3c25a62da1dd8687f29a33143f646967ac Mon Sep 17 00:00:00 2001 From: Maciej Brencz Date: Wed, 29 Oct 2025 11:25:27 +0100 Subject: [PATCH 1/2] nginx 1.29.3 Changes with nginx 1.29.3 28 Oct 2025 *) Feature: the "add_header_inherit" and "add_trailer_inherit" directives. *) Feature: the $request_port and $is_request_port variables. *) Feature: the $ssl_sigalg and $ssl_client_sigalg variables. *) Feature: the "volatile" parameter of the "geo" directive. *) Feature: now certificate compression is available with BoringSSL. *) Bugfix: now certificate compression is disabled with OCSP stapling. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f01bbdf..bbaa929 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.2 +ARG NGINX_VERSION=1.29.3 # https://hg.nginx.org/nginx/ -ARG NGINX_COMMIT=d2a04c09eb4d +ARG NGINX_COMMIT=279676b97237 # https://github.com/google/ngx_brotli ARG NGX_BROTLI_COMMIT=a71f9312c2deb28875acc7bacfdd5695a111aa53 From b42c107eb406bae43e9cf5684523a87cb9dc91b3 Mon Sep 17 00:00:00 2001 From: Maciej Brencz Date: Wed, 29 Oct 2025 11:39:31 +0100 Subject: [PATCH 2/2] Update nginx version to 1.29.3 Updated nginx version and build information in README. --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 369ef3c..5b4edfe 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.2 (d2a04c09eb4d) +nginx version: nginx/1.29.3 (279676b97237) built by gcc 13.2.1 20240309 (Alpine 13.2.1_git20240309) -built with OpenSSL 3.3.5 30 Sep 2025 (running with OpenSSL 3.3.4 1 Jul 2025) +built with OpenSSL 3.3.5 30 Sep 2025 TLS SNI support enabled configure arguments: - --build=d2a04c09eb4d + --build=279676b97237 --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib/nginx/modules