From 33cf5e695e5f290edf726c2c07747870850d5edf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:10:12 +0000 Subject: [PATCH] chore(deps): bump python in /python/3.12 Bumps python from 3.12.6-slim-bullseye to 3.12.7-slim-bullseye. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- python/3.12/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/3.12/Dockerfile b/python/3.12/Dockerfile index 4b8463afc..944e006a5 100644 --- a/python/3.12/Dockerfile +++ b/python/3.12/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.6-slim-bullseye AS base +FROM python:3.12.7-slim-bullseye AS base ARG TARGETARCH ARG POETRY_HOME