From 4f75d615b55500d205efe08b84b22c7b0ef8edf5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 21:15:56 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.29.8 --- containers/nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/nginx/Dockerfile b/containers/nginx/Dockerfile index bb51b24..1de494c 100644 --- a/containers/nginx/Dockerfile +++ b/containers/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.29.7-alpine AS production +FROM nginx:1.29.8-alpine AS production WORKDIR /var/www/html COPY containers/nginx/config /etc/nginx ADD --chmod=755 \