Merge pull request #149 from IlyaSkriblovsky/python-3.6.0b2
Update to 3.6.0b2
This commit is contained in:
commit
aa533a4879
|
@ -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.0b1
|
||||
ENV PYTHON_VERSION 3.6.0b2
|
||||
|
||||
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
|
||||
ENV PYTHON_PIP_VERSION 8.1.2
|
||||
|
|
|
@ -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.0b1
|
||||
ENV PYTHON_VERSION 3.6.0b2
|
||||
|
||||
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
|
||||
ENV PYTHON_PIP_VERSION 8.1.2
|
||||
|
|
|
@ -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.0b1
|
||||
ENV PYTHON_VERSION 3.6.0b2
|
||||
|
||||
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
|
||||
ENV PYTHON_PIP_VERSION 8.1.2
|
||||
|
|
|
@ -2,7 +2,7 @@ FROM microsoft/windowsservercore
|
|||
|
||||
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]
|
||||
|
||||
ENV PYTHON_VERSION 3.6.0b1
|
||||
ENV PYTHON_VERSION 3.6.0b2
|
||||
ENV PYTHON_RELEASE 3.6.0
|
||||
|
||||
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
|
||||
|
|
Loading…
Reference in New Issue