diff --git a/Dockerfile b/Dockerfile index e6e2ff6..cbe1e3d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7.4-alpine3.10 +FROM python:3.8.3-alpine3.10 ARG PACKAGES="postgresql-libs" ARG BUILD_PACKAGES="gcc musl-dev postgresql-dev"