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