From fca48e34614b73fbd8e4a2ba2d5a1d3fba6fd0ba Mon Sep 17 00:00:00 2001 From: benedict1337 <37288746+benedict1337@users.noreply.github.com> Date: Wed, 25 Mar 2026 01:59:29 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20NGINX=20Mainline?= =?UTF-8?q?=20to=201.29.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Dockerfile | 2 +- Dockerfile.nonmodsec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0d23054..6dbd4cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:latest AS build ARG BUILD -ARG NGX_MAINLINE_VER=1.29.3 +ARG NGX_MAINLINE_VER=1.29.7 ARG MODSEC_VER=v3.0.14 ARG NGX_BROTLI=master ARG NGX_HEADERS_MORE=v0.39 diff --git a/Dockerfile.nonmodsec b/Dockerfile.nonmodsec index 5581f11..078badf 100644 --- a/Dockerfile.nonmodsec +++ b/Dockerfile.nonmodsec @@ -2,7 +2,7 @@ FROM alpine:latest AS build ARG BUILD -ARG NGX_MAINLINE_VER=1.29.3 +ARG NGX_MAINLINE_VER=1.29.7 ARG NGX_BROTLI=master ARG NGX_HEADERS_MORE=v0.39 ARG NGX_NJS=0.9.4