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