diff --git a/Dockerfile b/Dockerfile index c6965c9..64eed45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.14.1 AS build +FROM python:3.14.2 AS build COPY src /app RUN python /app/nginx_config.py /app/sources.txt > /app/nginx.conf