upgrade deps

This commit is contained in:
decentral1se 2022-01-20 19:58:41 +01:00
parent 1c9efad0cf
commit 2823dd49e7
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
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"]

View File

@ -1,4 +1,4 @@
mkdocs-awesome-pages-plugin==2.5.0
mkdocs-awesome-pages-plugin==2.6.1
mkdocs-material-extensions==1.0.3
mkdocs-material==7.2.6
mkdocs==1.2.2
mkdocs-material==8.1.7
mkdocs==1.2.3