From c0565e74d7200fe857e3ae3d7ca56457aa2747d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 03:36:43 +0000 Subject: [PATCH] build(deps): bump nginx from 1.29-alpine to 1.31-alpine in /nginx Bumps nginx from 1.29-alpine to 1.31-alpine. --- updated-dependencies: - dependency-name: nginx dependency-version: 1.31-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/Dockerfile b/nginx/Dockerfile index c393832..d842bc0 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -1,2 +1,2 @@ -FROM nginx:1.29-alpine +FROM nginx:1.31-alpine COPY nginx/nginx.conf /etc/nginx/nginx.conf