diff --git a/Dockerfile b/Dockerfile index e846525..9edd97f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim +FROM python:3.14-slim ENV HOME=/tmp \ PIP_DISABLE_PIP_VERSION_CHECK=1 \