Use the latest Gunicorn.

pull/40/head
Dave Page 2021-02-01 17:29:06 +00:00
parent 32e3da7857
commit 960433dd90
1 changed files with 1 additions and 1 deletions

View File

@ -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