From 6374477b26edc0d72c76444c41de53f2fdfb1c21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 19:50:59 +0000 Subject: [PATCH] chore(deps): update squidfunk/mkdocs-material docker tag to v9.4.4 --- documentation/Dockerfile.docs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/Dockerfile.docs b/documentation/Dockerfile.docs index d0d2d01..f43ca69 100644 --- a/documentation/Dockerfile.docs +++ b/documentation/Dockerfile.docs @@ -1,3 +1,3 @@ -FROM squidfunk/mkdocs-material:9.0.5 +FROM squidfunk/mkdocs-material:9.4.4 RUN pip install mkdocs-awesome-pages-plugin==2.6.1