From fbdbb0c8e24999b34f8b072a4fe4220e4fc0085b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jun 2021 08:25:13 +0100 Subject: [PATCH] Bump squidfunk/mkdocs-material from 7.1.7 to 7.1.8 (#104) Bumps squidfunk/mkdocs-material from 7.1.7 to 7.1.8. --- updated-dependencies: - dependency-name: squidfunk/mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6c61e95..14dbeaf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM squidfunk/mkdocs-material:7.1.7 +FROM squidfunk/mkdocs-material:7.1.8 LABEL maintainer="Michael Hausenblas, hausenbl@amazon.com" COPY action.sh /action.sh