From 4ef5a7d1a101fac6e396ac73422cf56ae1470748 Mon Sep 17 00:00:00 2001 From: wilson Date: Fri, 10 Apr 2026 21:11:13 +0100 Subject: [PATCH] fix: use python 3.13 in API Dockerfile, necessary for spacy --- api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Dockerfile b/api/Dockerfile index 4176c1c..15ffb9e 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim +FROM python:3.13-slim WORKDIR /app