mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-29 13:04:05 +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' -%}
|
{% if cookiecutter.use_python2 == 'n' -%}
|
||||||
FROM python:3.4
|
FROM python:3.5
|
||||||
{% else %}
|
{% else %}
|
||||||
FROM python:2.7
|
FROM python:2.7
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user