diff --git a/Dockerfile b/Dockerfile index abe7d9b25..b783793eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -172,7 +172,7 @@ RUN apk add --no-cache --virtual \ libcap && \ pip install --upgrade pip && \ pip install --no-cache-dir -r requirements.txt && \ - pip install --no-cache-dir gunicorn==19.9.0 && \ + pip install --no-cache-dir gunicorn && \ apk del --no-cache build-deps && \ echo "pgadmin ALL = NOPASSWD: /usr/sbin/postfix start" > /etc/sudoers.d/postfix