diff --git a/Dockerfile b/Dockerfile index 289f470..7a57a99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-buster +FROM python:3.11-buster COPY . . RUN pip install -Ur requirements.txt ENTRYPOINT python runner.py