From 8687501c574cf11f7d9c8b1ee0353305404f15e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 03:11:01 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.29.4 --- containers/nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/nginx/Dockerfile b/containers/nginx/Dockerfile index 0243054..3c76aa8 100644 --- a/containers/nginx/Dockerfile +++ b/containers/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.29.3-alpine AS production +FROM nginx:1.29.4-alpine AS production WORKDIR /var/www/html COPY containers/nginx/config /etc/nginx ADD --chmod=755 \