diff --git a/Dockerfile b/Dockerfile index 4101020..53a30ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile # Start with the official Python image that has poetry pre-installed -FROM python:3.10-slim as base +FROM python:3.13-slim as base # Set environment variables ENV POETRY_VERSION=1.1.13