diff --git a/Dockerfile b/Dockerfile index 54a37e2..d865f20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.14.0-slim +FROM python:3.11.14-slim # set the working directory WORKDIR /app