upgrade deps

This commit is contained in:
2022-01-20 19:58:41 +01:00
parent 1c9efad0cf
commit 2823dd49e7
2 changed files with 7 additions and 5 deletions

View File

@ -1,4 +1,4 @@
FROM squidfunk/mkdocs-material:5.5.14
FROM squidfunk/mkdocs-material:8.1.7
EXPOSE 8000
@ -8,6 +8,8 @@ ENTRYPOINT ["/bin/sh"]
RUN apk add --no-cache curl
RUN pip install mkdocs-awesome-pages-plugin
RUN pip install \
mkdocs-awesome-pages-plugin
mkdocs-material-extensions
CMD ["-c", "mkdocs build && python -m http.server --bind 0.0.0.0 --directory site 8000"]