diff --git a/Dockerfile b/Dockerfile index 9d6a132..424b694 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.6.6-slim-stretch +FROM python:3.7.11-slim-stretch RUN apt-get -qq update && apt-get install -qq -y \ apt-utils \