File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- ARG MKDOCS_VERSION="8.3.9 "
3+ ARG MKDOCS_VERSION="9.6.20 "
44
55FROM squidfunk/mkdocs-material:${MKDOCS_VERSION} AS base
6- RUN apk add --no-cache git git-fast-import openssl \
7- && apk add --no-cache --virtual .build gcc musl-dev \
6+ RUN apk add --no-cache git git-fast-import openssl gcc musl-dev \
87 && pip install --no-cache-dir \
9- 'lunr==0.7 .0' \
8+ 'lunr==0.8 .0' \
109 'markdown-include==0.8.1' \
11- 'mkdocs-awesome-pages-plugin==2.9.3 ' \
10+ 'mkdocs-awesome-pages-plugin==2.10.1 ' \
1211 'mkdocs-exclude==1.0.2' \
1312 'mkdocs-git-revision-date-localized-plugin==1.3.0' \
14- 'mkdocs-macros-plugin==1.3.7' \
15- && apk del .build gcc musl-dev \
16- && rm -rf /tmp/*
13+ 'mkdocs-macros-plugin==1.4.0'
1714
1815FROM base AS generate
1916RUN --mount=type=bind,target=. \
Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ markdown_extensions:
7272 - meta
7373 - pymdownx.details
7474 - pymdownx.emoji :
75- emoji_index : !!python/name:materialx .emoji.twemoji
76- emoji_generator : !!python/name:materialx .emoji.to_svg
75+ emoji_index : !!python/name:material.extensions .emoji.twemoji
76+ emoji_generator : !!python/name:material.extensions .emoji.to_svg
7777 - pymdownx.superfences
7878 - pymdownx.tabbed :
7979 alternate_style : true
You can’t perform that action at this time.
0 commit comments