From 0ddf854a660dfd5fae7043273a4cfc241e9df8b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 13:20:49 +0000 Subject: [PATCH 1/2] chore(deps): bump squidfunk/mkdocs-material in /docs Bumps squidfunk/mkdocs-material from `a2e3a31` to `2a70399`. --- 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 af74ee7509..3f2632ebcd 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -1,5 +1,5 @@ # version 9.5.2 -FROM squidfunk/mkdocs-material@sha256:a2e3a31c00cfe1dd2dae83ba21dbfa2c04aee2fa2414275c230c27b91a4eda09 +FROM squidfunk/mkdocs-material@sha256:2a703999163cdb8257a85849fb2d39914a82587769f95c297bb3f01acf72a609 COPY requirements.txt /tmp/ RUN pip install --require-hashes -r /tmp/requirements.txt \ No newline at end of file From 18101225f226b9250fd9d3bd5c0de897437532de Mon Sep 17 00:00:00 2001 From: Alexander Schueren Date: Thu, 19 Sep 2024 09:23:13 +0200 Subject: [PATCH 2/2] added version in comment --- docs/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index 3f2632ebcd..c8066d6c1b 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -1,5 +1,5 @@ -# version 9.5.2 +# version 9.5.35 FROM squidfunk/mkdocs-material@sha256:2a703999163cdb8257a85849fb2d39914a82587769f95c297bb3f01acf72a609 COPY requirements.txt /tmp/ -RUN pip install --require-hashes -r /tmp/requirements.txt \ No newline at end of file +RUN pip install --require-hashes -r /tmp/requirements.txt