diff --git a/agents-api/Dockerfile b/agents-api/Dockerfile index aa8359e5a..dfbc57c66 100644 --- a/agents-api/Dockerfile +++ b/agents-api/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim +FROM python:3.14.0rc1-slim ENV PYTHONUNBUFFERED True ENV POETRY_CACHE_DIR=/tmp/poetry_cache