From 1a1737caaf95c54f2236bbba9a30eb3a5c0f116f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 20:48:25 +0000 Subject: [PATCH] chore(deps): update squidfunk/mkdocs-material docker tag to v9.5.41 --- documentation/Dockerfile.docs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/Dockerfile.docs b/documentation/Dockerfile.docs index d0d2d01..a524f24 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.5.41 RUN pip install mkdocs-awesome-pages-plugin==2.6.1