diff --git a/Dockerfile b/Dockerfile index 70b17b2f..6005209e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN npm run build COPY /server /server -FROM python:3.13-bookworm +FROM python:3.14-bookworm COPY /server/requirements.txt ./requirements.txt RUN pip install -r requirements.txt