Skip to content

Commit ef78e45

Browse files
committed
fix python version
1 parent d694408 commit ef78e45

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

captain-definition

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schemaVersion": 1,
33
"dockerfileLines": [
4-
"FROM python:3.7.1",
4+
"FROM python:3.7.3",
55
"WORKDIR /home",
66
"RUN apt-get update && apt-get install -y nginx wget",
77
"COPY ./src/nginx-site.conf /etc/nginx/sites-enabled/default",

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile
33
# To update, run:
44
#
5-
# pip-compile ./dev.in
5+
# pip-compile ./dev.in -v
66
#
77
click==7.0 # via pip-tools
88
pip-tools==3.6.1

requirements/main.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile
33
# To update, run:
44
#
5-
# pip-compile ./main.in
5+
# pip-compile ./main.in -v
66
#
77
django-jet==1.0.8
88
django==2.2

0 commit comments

Comments
 (0)