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