Update nginx Docker tag to v1.27.4 #2

Merged
allanger merged 1 commits from renovate/nginx-1.x into main 2025-02-08 09:47:14 +00:00

View File

@ -7,5 +7,5 @@ COPY . .
RUN python -m poetry install --no-root
RUN python -m poetry run mkdocs build
FROM nginx:1.27.3
FROM nginx:1.27.4
COPY --from=builder /src/site /usr/share/nginx/html