From 3ae1de851ebdfc2c88cdd9be16a34f56499413a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 21:57:59 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.29.5 --- build/a200/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/a200/Containerfile b/build/a200/Containerfile index 428d0762..6e616923 100644 --- a/build/a200/Containerfile +++ b/build/a200/Containerfile @@ -1,4 +1,4 @@ -FROM nginx:1.29.4 +FROM nginx:1.29.5 LABEL maintainer=""