Skip to content

Commit 1ddca80

Browse files
authored
Merge pull request #37 from bytes-zone/renovate/nginx-1.x
Update nginx Docker tag to v1.31.0
2 parents b222625 + cfb9f88 commit 1ddca80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ FROM python:3.14.5 AS build
33
COPY src /app
44
RUN python /app/nginx_config.py /app/sources.txt > /app/nginx.conf
55

6-
FROM nginx:1.30.0
6+
FROM nginx:1.31.0
77

88
COPY --from=build /app/nginx.conf /etc/nginx/nginx.conf

0 commit comments

Comments
 (0)