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