We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b222625 + cfb9f88 commit 1ddca80Copy full SHA for 1ddca80
1 file changed
Dockerfile
@@ -3,6 +3,6 @@ FROM python:3.14.5 AS build
3
COPY src /app
4
RUN python /app/nginx_config.py /app/sources.txt > /app/nginx.conf
5
6
-FROM nginx:1.30.0
+FROM nginx:1.31.0
7
8
COPY --from=build /app/nginx.conf /etc/nginx/nginx.conf
0 commit comments