From fc6fc16f4a175ced6c63366de3ee7847fff8dbab Mon Sep 17 00:00:00 2001 From: Josh Friend Date: Tue, 26 Dec 2017 11:11:19 -0500 Subject: [PATCH] Update default python for 3.6.x --- Dockerfile | 2 +- pipenv/cli.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c2a74c37..dfabbcda 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.6.3 +FROM python:3.6.4 # -- Install Pipenv: RUN set -ex && pip install pipenv --upgrade diff --git a/pipenv/cli.py b/pipenv/cli.py index 86d3a366..13ffe798 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -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: