add & update theme dependencies

This commit is contained in:
2024-02-04 23:20:30 +01:00
parent 7f50082972
commit d683a7e33e
4 changed files with 42 additions and 14 deletions

View File

@ -1,4 +1,4 @@
FROM squidfunk/mkdocs-material:9.4.14
FROM squidfunk/mkdocs-material:9.5.7
EXPOSE 8000
@ -9,5 +9,6 @@ WORKDIR /docs
RUN apk add --no-cache curl
RUN pip install \
mkdocs-awesome-pages-plugin==2.9.1 \
mkdocs-material-extensions==1.1.1
mkdocs-material~=9.5.7 \
mkdocs-material-extensions~=1.1.1 \
mkdocs-awesome-pages-plugin~=2.9.1