From 4f6e2e9b9999ee0076cc128d4a4ec6e07eda2bb3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 08:07:36 +0000 Subject: [PATCH] deps: update squidfunk/mkdocs-material docker tag to v9.5.2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docs-new/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-new/Makefile b/docs-new/Makefile index 52a435269f0..6995c324abc 100644 --- a/docs-new/Makefile +++ b/docs-new/Makefile @@ -1,7 +1,7 @@ ROOT_DIR := $(dir $(realpath $(lastword $(MAKEFILE_LIST)))) # renovate: datasource=docker depName=squidfunk/mkdocs-material -MKDOCS_DOCKER_IMAGE_VERSION=9.5.1 +MKDOCS_DOCKER_IMAGE_VERSION=9.5.2 MKDOCS_DOCKER_IMAGE=squidfunk/mkdocs-material INTERACTIVE:=$(shell [ -t 0 ] && echo 1)