From 8df8332ebd08443564a2bbf9db7f25e510abca69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 02:34:51 +0000 Subject: [PATCH] Update python Docker tag to v3.14.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index af20be6..9f13eaf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.14.5 AS build +FROM python:3.14.6 AS build COPY src /app RUN python /app/nginx_config.py /app/sources.txt > /app/nginx.conf