Skip to content

Commit 5db78c9

Browse files
committed
#67 Dockerfile: pin django==2.2
1 parent 0df0033 commit 5db78c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV PYTHONUNBUFFERED=1
66
# Install Django
77
RUN pip install \
88
coverage \
9-
django \
9+
django==2.2 \
1010
django-forms-bootstrap \
1111
django-leaflet \
1212
thredds_crawler \

0 commit comments

Comments
 (0)