From 9ec0ad9d0ba48adede855b35bfb4d8b09bd57943 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 02:07:01 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.12.9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 39e6c5c..d948f8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: MIT -FROM python:3.12.8-slim-bookworm +FROM python:3.12.9-slim-bookworm ARG TARGETARCH ENV UV_VERSION=0.5.29