From cd15de36948e3eac40df1a67ef54a44a90d08569 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 02:50:27 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.29.4 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index f4c0ff9..389f4b7 100644 --- a/Containerfile +++ b/Containerfile @@ -1,3 +1,3 @@ -FROM nginx:1.27.2-alpine +FROM nginx:1.29.4-alpine COPY dist/ /usr/share/nginx/html \ No newline at end of file