diff --git a/Dockerfile b/Dockerfile index 4d8c894..7914d8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12 +FROM python:3.12.6 WORKDIR / COPY . . RUN pip install --no-cache-dir .[all] \ No newline at end of file