mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-04-15 18:40:59 +00:00
Update the Python3 in Dockerfile to 3.5
This commit is contained in:
parent
221178ad84
commit
dc146fc0e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue