From 554ae7fcbd315fbaa9d54c6eacfaa0d832b4b8d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 17:13:21 +0000 Subject: [PATCH] Update nginx Docker tag to v1.29.6 --- bookworm/nginx-modular/1.24.0.Dockerfile | 2 +- bookworm/nginx-modular/1.25.3.Dockerfile | 2 +- bookworm/nginx-modular/1.25.4.Dockerfile | 2 +- bookworm/nginx-modular/latest.Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookworm/nginx-modular/1.24.0.Dockerfile b/bookworm/nginx-modular/1.24.0.Dockerfile index be62464..fd1e89c 100644 --- a/bookworm/nginx-modular/1.24.0.Dockerfile +++ b/bookworm/nginx-modular/1.24.0.Dockerfile @@ -1,4 +1,4 @@ -ARG NGINX_VERSION=1.24.0 +ARG NGINX_VERSION=1.29.6 FROM nginx:${NGINX_VERSION} as builder ARG TARGETARCH ARG PSOL=focal diff --git a/bookworm/nginx-modular/1.25.3.Dockerfile b/bookworm/nginx-modular/1.25.3.Dockerfile index d2e2472..5eaa1b6 100644 --- a/bookworm/nginx-modular/1.25.3.Dockerfile +++ b/bookworm/nginx-modular/1.25.3.Dockerfile @@ -1,4 +1,4 @@ -ARG NGINX_VERSION=1.25.3 +ARG NGINX_VERSION=1.29.6 FROM nginx:${NGINX_VERSION} as builder ARG TARGETARCH ARG PSOL=jammy diff --git a/bookworm/nginx-modular/1.25.4.Dockerfile b/bookworm/nginx-modular/1.25.4.Dockerfile index 7eb0819..59be90f 100644 --- a/bookworm/nginx-modular/1.25.4.Dockerfile +++ b/bookworm/nginx-modular/1.25.4.Dockerfile @@ -1,4 +1,4 @@ -ARG NGINX_VERSION=1.25.4 +ARG NGINX_VERSION=1.29.6 FROM nginx:${NGINX_VERSION} as builder RUN apt-get update && apt-get install -y \ diff --git a/bookworm/nginx-modular/latest.Dockerfile b/bookworm/nginx-modular/latest.Dockerfile index 7eb0819..59be90f 100644 --- a/bookworm/nginx-modular/latest.Dockerfile +++ b/bookworm/nginx-modular/latest.Dockerfile @@ -1,4 +1,4 @@ -ARG NGINX_VERSION=1.25.4 +ARG NGINX_VERSION=1.29.6 FROM nginx:${NGINX_VERSION} as builder RUN apt-get update && apt-get install -y \