Update nginx Docker tag to v1.27.4
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Devops Bot 2025-02-06 01:02:45 +00:00
parent b053ba7ff4
commit 4169b5adeb

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