From a55b5f42a16779b4418f9b6ebfa476eea02297d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:09:02 +0000 Subject: [PATCH] chore(deps): update docker.io/squidfunk/mkdocs-material docker tag to v9.5.40 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 908aab5..2dc8d2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/squidfunk/mkdocs-material:9.5.39 +FROM docker.io/squidfunk/mkdocs-material:9.5.40 COPY requirements.txt .