diff --git a/Dockerfile b/Dockerfile index bfd3a55e..d7b78f01 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.0-bookworm +FROM python:3.11.4-buster RUN apt-get update -y RUN apt-get install -y build-essential WORKDIR /code