From 4dc1b11f6fbeda7e40d89f81ccf7a86b01d16e16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 01:21:18 +0000 Subject: [PATCH] Update nginx Docker tag to v1.29.7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a78cc81..e51a9f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,6 @@ FROM python:3.14.3 AS build COPY src /app RUN python /app/nginx_config.py /app/sources.txt > /app/nginx.conf -FROM nginx:1.29.6 +FROM nginx:1.29.7 COPY --from=build /app/nginx.conf /etc/nginx/nginx.conf