diff --git a/Dockerfile b/Dockerfile index 9f13eaf..671e99f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,6 @@ FROM python:3.14.6 AS build COPY src /app RUN python /app/nginx_config.py /app/sources.txt > /app/nginx.conf -FROM nginx:1.31.1 +FROM nginx:1.31.2 COPY --from=build /app/nginx.conf /etc/nginx/nginx.conf