From 6900123b842872ed438a434427e4164cc260c2e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 04:51:50 +0000 Subject: [PATCH] Update nginx Docker tag to v1.29.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3cec697..7457fa0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN npm run build ## Deploy the website using nginx -FROM nginx:1.29.4-alpine +FROM nginx:1.29.5-alpine # Copy build folder from 'builder' to the default nginx public folder RUN rm -rf /usr/share/nginx/html/*