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