diff --git a/Dockerfile b/Dockerfile index 06a0a98..54c190e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3 +FROM python:3.12.7 COPY . /app WORKDIR /app RUN pip install -r requirements.txt