From 582064f4cd1187debdf3b6f910b3dbf57688ec1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= Date: Fri, 8 Feb 2019 13:38:36 +0100 Subject: [PATCH] Loosen version pinning for Django This change is in accordance with https://github.com/digitalocean/netbox/issues/2808 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 329bb4a..f7d22a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN pip install \ # pinning django to the version required by netbox # adding it here, to install the correct version of # django-rq - 'Django>=1.11,<2.1' \ + 'Django>=2.1.5,<2.2' \ # django-rq is used for webhooks django-rq