Compare commits

..

2 Commits

Author SHA1 Message Date
36f4fe3c03 Merge pull request 'Update nginx Docker tag to v1.27.4' (#2) from renovate/nginx-1.x into main
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #2
2025-02-08 09:47:13 +00:00
4169b5adeb Update nginx Docker tag to v1.27.4
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2025-02-06 01:02:45 +00:00

View File

@ -7,5 +7,5 @@ COPY . .
RUN python -m poetry install --no-root RUN python -m poetry install --no-root
RUN python -m poetry run mkdocs build 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 COPY --from=builder /src/site /usr/share/nginx/html