mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-26 03:24:01 +03:00
Update the Python3 in Dockerfile to 3.5
This commit is contained in:
parent
221178ad84
commit
dc146fc0e8
|
@ -1,5 +1,5 @@
|
|||
{% if cookiecutter.use_python2 == 'n' -%}
|
||||
FROM python:3.4
|
||||
FROM python:3.5
|
||||
{% else %}
|
||||
FROM python:2.7
|
||||
{%- endif %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user