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