mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2024-11-22 07:53:46 +01:00
Update django to 2.2
This commit is contained in:
parent
2f8ea89d54
commit
6c3db3deff
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user