diff --git a/Dockerfile b/Dockerfile index c4a6c3a..126dfc0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.4-alpine +FROM python:3.8.8-alpine RUN apk update && \ apk add bash && \