Update default python for 3.6.x

This commit is contained in:
Josh Friend
2017-12-26 11:11:19 -05:00
parent b5b85cd33b
commit fc6fc16f4a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.6.3
FROM python:3.6.4
# -- Install Pipenv:
RUN set -ex && pip install pipenv --upgrade
+1 -1
View File
@@ -467,7 +467,7 @@ def ensure_python(three=None, python=None):
'3.3': '3.3.6',
'3.4': '3.4.7',
'3.5': '3.5.4',
'3.6': '3.6.3',
'3.6': '3.6.4',
}
try:
if len(python.split('.')) == 2: