diff --git a/Dockerfile b/Dockerfile index e66d962..1a5ec40 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3-alpine -ARG VERSION=6.3 +ARG VERSION=7.1 WORKDIR /app