From 4889bac549ef946d6156bf5ecdd5252333427365 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 21:30:11 +0000 Subject: [PATCH] chore(deps): bump python from 3.12.6 to 3.12.7 in /docs Bumps python from 3.12.6 to 3.12.7. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index 361ce74a..57eb0475 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.6 +FROM python:3.12.7 WORKDIR /build COPY . . ARG VERSION ALIAS