From 96b0fb96be8a7198601dc5d9d587d0c8ced7b993 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 07:47:57 +0000 Subject: [PATCH] build(deps): bump python from 3.10-slim to 3.13.7-slim Bumps python from 3.10-slim to 3.13.7-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.13.7-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8de16cf2c..f389055db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim AS wheel-builder +FROM python:3.13.7-slim AS wheel-builder SHELL ["/bin/bash", "-l", "-c"] ARG POETRY_VERSION="2.1.1"