From 848fcc528cf81855f441aad8230d33dd3c0d8501 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 02:07:59 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.29.0 --- containers/nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/nginx/Dockerfile b/containers/nginx/Dockerfile index 12bb70f..282fecb 100644 --- a/containers/nginx/Dockerfile +++ b/containers/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.28.0-alpine AS production +FROM nginx:1.29.0-alpine AS production WORKDIR /var/www/html COPY containers/nginx/config /etc/nginx ADD --chmod=755 \