Skip to content

Commit

Permalink
Update django to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cimnine committed May 9, 2019
1 parent 2f8ea89 commit 6c3db3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6c3db3d

Please sign in to comment.