diff --git a/Dockerfile b/Dockerfile index b87b9e3..8b47312 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8 +FROM python:3.9 RUN python -m pip install --upgrade pip RUN pip install pipx