We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5eba5b commit 8d51773Copy full SHA for 8d51773
Dockerfile
@@ -2,7 +2,7 @@
2
#
3
# SPDX-License-Identifier: MIT
4
5
-FROM squidfunk/mkdocs-material:9.6.12
+FROM squidfunk/mkdocs-material:9.6.13
6
7
COPY --from=ghcr.io/astral-sh/uv:0.7.3 /uv /uvx /bin/
8
pyproject.toml
@@ -12,7 +12,7 @@ dependencies = [
12
"mkdocs-git-revision-date-localized-plugin==1.4.5",
13
"mkdocs-glightbox==0.4.0",
14
"mkdocs-htmlproofer-plugin==1.3.0",
15
- "mkdocs-material==9.6.12",
+ "mkdocs-material==9.6.13",
16
"plantuml-markdown==3.11.1",
17
]
18
0 commit comments