From ba34cdcf7860a9fb6a272f8e1b13b753b11d912b Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Wed, 6 Dec 2017 04:49:10 +0000 Subject: [PATCH] Update to 3.7.0a3, pip 9.0.1 --- 3.7-rc/alpine3.6/Dockerfile | 2 +- 3.7-rc/stretch/Dockerfile | 2 +- 3.7-rc/stretch/slim/Dockerfile | 2 +- 3.7-rc/windows/windowsservercore-1709/Dockerfile | 2 +- 3.7-rc/windows/windowsservercore-ltsc2016/Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/3.7-rc/alpine3.6/Dockerfile b/3.7-rc/alpine3.6/Dockerfile index 3551e3286..ff4b9302b 100644 --- a/3.7-rc/alpine3.6/Dockerfile +++ b/3.7-rc/alpine3.6/Dockerfile @@ -18,7 +18,7 @@ ENV LANG C.UTF-8 RUN apk add --no-cache ca-certificates ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D -ENV PYTHON_VERSION 3.7.0a2 +ENV PYTHON_VERSION 3.7.0a3 RUN set -ex \ && apk add --no-cache --virtual .fetch-deps \ diff --git a/3.7-rc/stretch/Dockerfile b/3.7-rc/stretch/Dockerfile index b562563c2..4a661f86e 100644 --- a/3.7-rc/stretch/Dockerfile +++ b/3.7-rc/stretch/Dockerfile @@ -20,7 +20,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.7.0a2 +ENV PYTHON_VERSION 3.7.0a3 RUN set -ex \ && buildDeps=' \ diff --git a/3.7-rc/stretch/slim/Dockerfile b/3.7-rc/stretch/slim/Dockerfile index 543d2fc85..0aa8eac6f 100644 --- a/3.7-rc/stretch/slim/Dockerfile +++ b/3.7-rc/stretch/slim/Dockerfile @@ -25,7 +25,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.7.0a2 +ENV PYTHON_VERSION 3.7.0a3 RUN set -ex \ && buildDeps=" \ diff --git a/3.7-rc/windows/windowsservercore-1709/Dockerfile b/3.7-rc/windows/windowsservercore-1709/Dockerfile index 37e04da66..0ac979272 100644 --- a/3.7-rc/windows/windowsservercore-1709/Dockerfile +++ b/3.7-rc/windows/windowsservercore-1709/Dockerfile @@ -8,7 +8,7 @@ FROM microsoft/windowsservercore:1709 SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] -ENV PYTHON_VERSION 3.7.0a2 +ENV PYTHON_VERSION 3.7.0a3 ENV PYTHON_RELEASE 3.7.0 RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env:PYTHON_RELEASE, $env:PYTHON_VERSION); \ diff --git a/3.7-rc/windows/windowsservercore-ltsc2016/Dockerfile b/3.7-rc/windows/windowsservercore-ltsc2016/Dockerfile index 60f9efc0f..1232dd874 100644 --- a/3.7-rc/windows/windowsservercore-ltsc2016/Dockerfile +++ b/3.7-rc/windows/windowsservercore-ltsc2016/Dockerfile @@ -8,7 +8,7 @@ FROM microsoft/windowsservercore:ltsc2016 SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] -ENV PYTHON_VERSION 3.7.0a2 +ENV PYTHON_VERSION 3.7.0a3 ENV PYTHON_RELEASE 3.7.0 RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env:PYTHON_RELEASE, $env:PYTHON_VERSION); \