From d58f7f3a296605b2db2ef9ea36a8eb5e62667a6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:39:59 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.31.2 --- containers/nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/nginx/Dockerfile b/containers/nginx/Dockerfile index 5366785..875e096 100644 --- a/containers/nginx/Dockerfile +++ b/containers/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.31.1-alpine AS production +FROM nginx:1.31.2-alpine AS production WORKDIR /var/www/html COPY containers/nginx/config /etc/nginx ADD --chmod=755 \