diff --git a/Dockerfile b/Dockerfile index c9f7805..461ef2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ #use official slim python image -FROM python:slim-buster +FROM python:slim #update repository RUN apt-get update