Skip to content

Commit

Permalink
#67 Dockerfile: pin django==2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akorosov committed Dec 6, 2019
1 parent 0df0033 commit 5db78c9
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 @@ -6,7 +6,7 @@ ENV PYTHONUNBUFFERED=1
# Install Django
RUN pip install \
coverage \
django \
django==2.2 \
django-forms-bootstrap \
django-leaflet \
thredds_crawler \
Expand Down

0 comments on commit 5db78c9

Please sign in to comment.