From fe806dae70388de72280dce84d7e3d0fd1147d40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 21:02:06 +0000 Subject: [PATCH] chore(deps): bump squidfunk/mkdocs-material in /docs Bumps squidfunk/mkdocs-material from `cbfecae` to `a4cfa88`. --- updated-dependencies: - dependency-name: squidfunk/mkdocs-material dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index 1a6436b08a2..597e1b1f145 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -1,5 +1,5 @@ # v9.1.18 -FROM squidfunk/mkdocs-material@sha256:cbfecae461533759a5b376ef7ee3ee65cf328536261d28ae35df944c96e06867 +FROM squidfunk/mkdocs-material@sha256:a4cfa88f5db3f6cdc9d97966d60a1003b19c351c603e966500cf30053193ea97 # pip-compile --generate-hashes --output-file=requirements.txt requirements.in COPY requirements.txt /tmp/ RUN pip install --require-hashes -r /tmp/requirements.txt