From 02f603e75b6810008ba98c584e9abc7d22d5858c Mon Sep 17 00:00:00 2001 From: "daniel-renovator[bot]" <190484689+daniel-renovator[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 23:03:36 +0000 Subject: [PATCH] Update nginx Docker tag to v1.29.7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5337eef..3e8e7ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:24.13.1 AS node -FROM nginx:1.29.5 +FROM nginx:1.29.7 ARG DOCKER_REACT_VERSION # Grab and link the node binaries from the node image.