diff --git a/Dockerfile b/Dockerfile index 1e30fb5..3252ac3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.14.3 AS build +FROM python:3.14.4 AS build COPY src /app RUN python /app/nginx_config.py /app/sources.txt > /app/nginx.conf