From b9e698a412ead2119a9a82ee62ac8521ede8fb3f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 08:04:32 +0000 Subject: [PATCH] Update nginx Docker tag to v1.31.0 --- 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..27b542e 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.31.0 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..ddd9f67 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.31.0 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..c671665 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.31.0 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..c671665 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.31.0 FROM nginx:${NGINX_VERSION} as builder RUN apt-get update && apt-get install -y \