From 7bf903781e67828e25966c87fc63a0e41753c4ce Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Mon, 15 Feb 2021 19:02:33 +0100 Subject: [PATCH] MkDocs Materials 6.2.8 (#276) Co-authored-by: CrazyMax --- hack/docs.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/docs.Dockerfile b/hack/docs.Dockerfile index 475ce4b..366363e 100644 --- a/hack/docs.Dockerfile +++ b/hack/docs.Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1.2 -FROM squidfunk/mkdocs-material:6.2.4 AS base +FROM squidfunk/mkdocs-material:6.2.8 AS base RUN apk add --no-cache \ git \ git-fast-import \