diff --git a/Dockerfile b/Dockerfile index eadba3f..486b8c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,6 @@ FROM python:3.14.5 AS build COPY src /app RUN python /app/nginx_config.py /app/sources.txt > /app/nginx.conf -FROM nginx:1.30.0 +FROM nginx:1.31.0 COPY --from=build /app/nginx.conf /etc/nginx/nginx.conf