File tree 4 files changed +4
-4
lines changed
windows/windowsservercore
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
14
14
&& rm -rf /var/lib/apt/lists/*
15
15
16
16
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
17
- ENV PYTHON_VERSION 3.6.0a4
17
+ ENV PYTHON_VERSION 3.6.0b1
18
18
19
19
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
20
20
ENV PYTHON_PIP_VERSION 8.1.2
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ENV LANG C.UTF-8
12
12
RUN apk add --no-cache ca-certificates
13
13
14
14
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
15
- ENV PYTHON_VERSION 3.6.0a4
15
+ ENV PYTHON_VERSION 3.6.0b1
16
16
17
17
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
18
18
ENV PYTHON_PIP_VERSION 8.1.2
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
15
15
&& rm -rf /var/lib/apt/lists/*
16
16
17
17
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
18
- ENV PYTHON_VERSION 3.6.0a4
18
+ ENV PYTHON_VERSION 3.6.0b1
19
19
20
20
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
21
21
ENV PYTHON_PIP_VERSION 8.1.2
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM microsoft/windowsservercore
2
2
3
3
SHELL ["powershell" , "-Command" , "$ErrorActionPreference = 'Stop';" ]
4
4
5
- ENV PYTHON_VERSION 3.6.0a4
5
+ ENV PYTHON_VERSION 3.6.0b1
6
6
ENV PYTHON_RELEASE 3.6.0
7
7
8
8
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
You can’t perform that action at this time.
0 commit comments