From 6c3db3deff37e328995d1c3282eb213ace17ffc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ma=CC=88der?= Date: Thu, 9 May 2019 09:57:01 +0200 Subject: [PATCH] Update django to 2.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f7d22a3..e7c760b 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>=2.1.5,<2.2' \ + 'Django>=2.2,<2.3' \ # django-rq is used for webhooks django-rq