From b94ef23c9fe2c8daffaf34a13bfe5faa648e8aed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 21:40:31 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.29.8 --- build/a200/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/a200/Containerfile b/build/a200/Containerfile index cf305dff..6873dd90 100644 --- a/build/a200/Containerfile +++ b/build/a200/Containerfile @@ -1,4 +1,4 @@ -FROM nginx:1.29.7 +FROM nginx:1.29.8 LABEL maintainer=""