From 960433dd90f248ad3364f375f582dfb11f5dc4d4 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Mon, 1 Feb 2021 17:29:06 +0000 Subject: [PATCH] Use the latest Gunicorn. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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