diff --git a/Dockerfile b/Dockerfile index 15ee7b2b..eb7835e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9.1-buster +FROM python:3.9.2-buster RUN apt-get update -y RUN apt-get install -y build-essential WORKDIR /code