From 8819c17dc56a4924a7c30a3165801ab457068173 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 10 Jan 2017 14:00:40 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 32102bd..16aa03a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM heroku/cedar:14 # Internally, we arbitrarily use port 3000 ENV PORT 3000 # Which version of Python? -ENV PYTHON_VERSION python-2.7.11 +ENV PYTHON_VERSION python-2.7.13 # Add Python binaries to path. ENV PATH /app/.heroku/python/bin/:$PATH