From d7ba6654ca99598c06de9b72430732ade4f25113 Mon Sep 17 00:00:00 2001 From: DmitriyLewen Date: Fri, 27 Oct 2023 11:34:56 +0600 Subject: [PATCH] chore: bump squidfunk/mkdocs-material from 8.3.9 to 9.3.6 --- docs/build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/Dockerfile b/docs/build/Dockerfile index 7ebaa1edc0c0..8a90ffcc8fb2 100644 --- a/docs/build/Dockerfile +++ b/docs/build/Dockerfile @@ -1,4 +1,4 @@ -FROM squidfunk/mkdocs-material:8.3.9 +FROM squidfunk/mkdocs-material:9.4.6 ## If you want to see exactly the same version as is published to GitHub pages ## use a private image for insiders, which requires authentication.