From 4720bcc10981ce73afc100c7adc6304456ee6823 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:20:24 -0700 Subject: [PATCH] chore(deps): bump python from 3.12.6 to 3.12.7 in /docs (#340) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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