Merge pull request #149 from IlyaSkriblovsky/python-3.6.0b2

Update to 3.6.0b2
This commit is contained in:
yosifkit 2016-10-11 10:49:00 -07:00 committed by GitHub
commit aa533a4879
4 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
ENV PYTHON_VERSION 3.6.0b1 ENV PYTHON_VERSION 3.6.0b2
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'" # if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
ENV PYTHON_PIP_VERSION 8.1.2 ENV PYTHON_PIP_VERSION 8.1.2

View File

@ -12,7 +12,7 @@ ENV LANG C.UTF-8
RUN apk add --no-cache ca-certificates RUN apk add --no-cache ca-certificates
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
ENV PYTHON_VERSION 3.6.0b1 ENV PYTHON_VERSION 3.6.0b2
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'" # if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
ENV PYTHON_PIP_VERSION 8.1.2 ENV PYTHON_PIP_VERSION 8.1.2

View File

@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
ENV PYTHON_VERSION 3.6.0b1 ENV PYTHON_VERSION 3.6.0b2
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'" # if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
ENV PYTHON_PIP_VERSION 8.1.2 ENV PYTHON_PIP_VERSION 8.1.2

View File

@ -2,7 +2,7 @@ FROM microsoft/windowsservercore
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"] SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]
ENV PYTHON_VERSION 3.6.0b1 ENV PYTHON_VERSION 3.6.0b2
ENV PYTHON_RELEASE 3.6.0 ENV PYTHON_RELEASE 3.6.0
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'" # if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"