Skip to content

Commit 4fcde36

Browse files
authored
Update Dockerfile to use specific package versions
1 parent 3f70773 commit 4fcde36

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

docs/Dockerfile

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
FROM squidfunk/mkdocs-material:5.5.0
22

3-
RUN \
4-
apk add --no-cache \
5-
git \
6-
git-fast-import \
7-
openssh \
3+
RUN apk add --no-cache \
4+
git \
5+
git-fast-import \
6+
openssh \
87
&& apk add --no-cache --virtual .build gcc musl-dev \
98
&& pip install --no-cache-dir \
10-
'markdown-include' \
11-
'mike' \
12-
'mkdocs-exclude' \
13-
'mkdocs-macros-plugin' \
9+
'markdown-include==0.5.1' \
10+
'mike==1.1.2' \
11+
'mkdocs-exclude==1.0.2' \
12+
'mkdocs-macros-plugin==0.5.12' \
1413
&& apk del .build gcc musl-dev \
1514
&& rm -rf /tmp/*

0 commit comments

Comments
 (0)