fix: use python 3.13 in API Dockerfile, necessary for spacy

This commit is contained in:
wilson 2026-04-10 21:11:13 +01:00
parent aa4987981d
commit 4ef5a7d1a1

View file

@ -1,4 +1,4 @@
FROM python:3.11-slim FROM python:3.13-slim
WORKDIR /app WORKDIR /app