Skip to content

Commit 814ec38

Browse files
committed
MkDocs Materials 6.0.2
1 parent 38d800b commit 814ec38

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM squidfunk/mkdocs-material:5.5.13
1+
FROM squidfunk/mkdocs-material:6.0.2
22

33
RUN \
44
apk add --no-cache \
@@ -8,8 +8,9 @@ RUN \
88
&& apk add --no-cache --virtual .build gcc musl-dev \
99
&& pip install --no-cache-dir \
1010
'markdown-include' \
11-
'mike' \
11+
'mkdocs-awesome-pages-plugin' \
1212
'mkdocs-exclude' \
13+
'mkdocs-git-revision-date-localized-plugin' \
1314
'mkdocs-macros-plugin' \
1415
&& apk del .build gcc musl-dev \
1516
&& rm -rf /tmp/*

0 commit comments

Comments
 (0)