From 5bf1044f2d2ad694a5bd8fc1e485728fc6d2d519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 17:21:26 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20python=20from=203.13-slim=20?= =?UTF-8?q?to=203.14-slim?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps python from 3.13-slim to 3.14-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.14-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 8a1b946..398ed47 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Start from a slim version of Python 3.13 -FROM python:3.13-slim AS base +FROM python:3.14-slim AS base COPY --from=ghcr.io/astral-sh/uv:0.6.4 /uv /uvx /bin/ # Set Envs