Skip to content

Commit a0f1f93

Browse files
authored
Merge pull request #401 from crazy-max/fix-mkdocs
mkdocs: pin dependencies
2 parents a28212d + 464e17e commit a0f1f93

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

hack/docs.Dockerfile

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ FROM squidfunk/mkdocs-material:${MKDOCS_VERSION} AS base
66
RUN apk add --no-cache git git-fast-import openssl \
77
&& apk add --no-cache --virtual .build gcc musl-dev \
88
&& pip install --no-cache-dir \
9-
'lunr' \
10-
'markdown-include' \
11-
'mkdocs-awesome-pages-plugin' \
12-
'mkdocs-exclude' \
13-
'mkdocs-git-revision-date-localized-plugin' \
14-
'mkdocs-macros-plugin' \
9+
'lunr==0.7.0' \
10+
'markdown-include==0.8.1' \
11+
'mkdocs-awesome-pages-plugin==2.9.3' \
12+
'mkdocs-exclude==1.0.2' \
13+
'mkdocs-git-revision-date-localized-plugin==1.3.0' \
14+
'mkdocs-macros-plugin==1.3.7' \
1515
&& apk del .build gcc musl-dev \
1616
&& rm -rf /tmp/*
1717

0 commit comments

Comments
 (0)