We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d694408 commit ef78e45Copy full SHA for ef78e45
captain-definition
@@ -1,7 +1,7 @@
1
{
2
"schemaVersion": 1,
3
"dockerfileLines": [
4
- "FROM python:3.7.1",
+ "FROM python:3.7.3",
5
"WORKDIR /home",
6
"RUN apt-get update && apt-get install -y nginx wget",
7
"COPY ./src/nginx-site.conf /etc/nginx/sites-enabled/default",
requirements/dev.txt
@@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile
# To update, run:
#
-# pip-compile ./dev.in
+# pip-compile ./dev.in -v
click==7.0 # via pip-tools
8
pip-tools==3.6.1
requirements/main.txt
-# pip-compile ./main.in
+# pip-compile ./main.in -v
django-jet==1.0.8
django==2.2
0 commit comments