diff --git a/Dockerfile b/Dockerfile index 3f455e9..bf8397b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ # runtime image should install without [dev] extras and copy only # the necessary source files. -FROM python:3.11-slim-bookworm +FROM python:3.14-slim-bookworm ENV PYTHONUNBUFFERED=1 PYTHONDONTWRITEBYTECODE=1