From 61b69fb1c701cc90c1f24cde9f25591ef57cffb3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 01:46:48 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.29.7 --- build/a200/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/a200/Containerfile b/build/a200/Containerfile index 9fd72bcc..cf305dff 100644 --- a/build/a200/Containerfile +++ b/build/a200/Containerfile @@ -1,4 +1,4 @@ -FROM nginx:1.29.6 +FROM nginx:1.29.7 LABEL maintainer=""