Skip to content

Commit

Permalink
Merge pull request #1250 from joshfriend/python-3.6.4
Browse files Browse the repository at this point in the history
Update default python for 3.6.x to 3.6.4
  • Loading branch information
nateprewitt committed Dec 26, 2017
2 parents b5b85cd + fc6fc16 commit e45b597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.6.3
FROM python:3.6.4

# -- Install Pipenv:
RUN set -ex && pip install pipenv --upgrade
Expand Down
2 changes: 1 addition & 1 deletion pipenv/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ def activate_pyenv():
'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:
Expand Down

0 comments on commit e45b597

Please sign in to comment.