From 44fecb14b53baf6220963aa2f82a7169dcd81b9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 03:52:07 +0000 Subject: [PATCH] Update nginx Docker tag to v1.31.1 --- 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..5b54d76 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.1 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..a566b31 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.1 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..0345004 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.1 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..0345004 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.1 FROM nginx:${NGINX_VERSION} as builder RUN apt-get update && apt-get install -y \