diff --git a/Dockerfile b/Dockerfile index ef27e3e..ffe44a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:slim +FROM python:3.8-slim WORKDIR /app EXPOSE 8080