From 1e282545c983826b1304f8b4b7b0aaa7573469a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 17:06:36 +0000 Subject: [PATCH] Bump python from 3.12-bullseye to 3.13-bullseye Bumps python from 3.12-bullseye to 3.13-bullseye. --- updated-dependencies: - dependency-name: python 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 e3d425b..220ef84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-bullseye +FROM python:3.13-bullseye # install uv to run stdio clients (uvx) RUN pip install --no-cache-dir uv