diff --git a/Dockerfile b/Dockerfile index b4f4d53..f4e7328 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.0 +ARG NGINX_VERSION=1.29.1 # https://hg.nginx.org/nginx/ -ARG NGINX_COMMIT=aff13bf32357 +ARG NGINX_COMMIT=68813362708e # https://github.com/google/ngx_brotli ARG NGX_BROTLI_COMMIT=a71f9312c2deb28875acc7bacfdd5695a111aa53 diff --git a/readme.md b/readme.md index 7e7ba9e..e3e48ce 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.0 (aff13bf32357) +nginx version: nginx/1.29.1 (1db7c7ba4bc5) built by gcc 13.2.1 20240309 (Alpine 13.2.1_git20240309) -built with OpenSSL 3.3.3 11 Feb 2025 +built with OpenSSL 3.3.4 1 Jul 2025 TLS SNI support enabled configure arguments: - --build=aff13bf32357 + --build=68813362708e --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib/nginx/modules