From ed918799074f83fa86885426fc70a9757fe8fc3b Mon Sep 17 00:00:00 2001 From: Jamie Hewland Date: Fri, 19 Aug 2016 09:14:55 +0200 Subject: [PATCH] Python 3.6.0a4 --- 3.6/Dockerfile | 2 +- 3.6/alpine/Dockerfile | 2 +- 3.6/slim/Dockerfile | 2 +- 3.6/windows/windowsservercore/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/3.6/Dockerfile b/3.6/Dockerfile index fff6d7720..4797fa686 100644 --- a/3.6/Dockerfile +++ b/3.6/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ && rm -rf /var/lib/apt/lists/* ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D -ENV PYTHON_VERSION 3.6.0a3 +ENV PYTHON_VERSION 3.6.0a4 # if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value ''" ENV PYTHON_PIP_VERSION 8.1.2 diff --git a/3.6/alpine/Dockerfile b/3.6/alpine/Dockerfile index 96bedb99e..7314fb7ce 100644 --- a/3.6/alpine/Dockerfile +++ b/3.6/alpine/Dockerfile @@ -12,7 +12,7 @@ ENV LANG C.UTF-8 RUN apk add --no-cache ca-certificates ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D -ENV PYTHON_VERSION 3.6.0a3 +ENV PYTHON_VERSION 3.6.0a4 # if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value ''" ENV PYTHON_PIP_VERSION 8.1.2 diff --git a/3.6/slim/Dockerfile b/3.6/slim/Dockerfile index 75dbc9136..067dd29e5 100644 --- a/3.6/slim/Dockerfile +++ b/3.6/slim/Dockerfile @@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ && rm -rf /var/lib/apt/lists/* ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D -ENV PYTHON_VERSION 3.6.0a3 +ENV PYTHON_VERSION 3.6.0a4 # if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value ''" ENV PYTHON_PIP_VERSION 8.1.2 diff --git a/3.6/windows/windowsservercore/Dockerfile b/3.6/windows/windowsservercore/Dockerfile index ec45dc550..49b5104c0 100644 --- a/3.6/windows/windowsservercore/Dockerfile +++ b/3.6/windows/windowsservercore/Dockerfile @@ -2,7 +2,7 @@ FROM microsoft/windowsservercore SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"] -ENV PYTHON_VERSION 3.6.0a3 +ENV PYTHON_VERSION 3.6.0a4 ENV PYTHON_RELEASE 3.6.0 # if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value ''"