Skip to content
Snippets Groups Projects
Commit 42675e1a authored by Alexander Tolstoy's avatar Alexander Tolstoy
Browse files

explicitly set working mkdocs-material version

parent c6a2f365
No related branches found
No related tags found
1 merge request!109explicitly set working mkdocs-material version
......@@ -3,7 +3,7 @@ FROM python:3.10
ENV SITE_SRC '/site/src'
ENV SITE_HTML '/site/html'
RUN pip install mkdocs mkdocs-material mkdocs-plugin-inline-svg
RUN pip install mkdocs mkdocs-material==8.5.11 mkdocs-plugin-inline-svg
# Generate static content
COPY . ${SITE_SRC}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment