Skip to content

Commit 12bf960

Browse files
Update to 3.6.0rc1, pip 9.0.1
1 parent d8aac61 commit 12bf960

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

3.6-rc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2020
&& rm -rf /var/lib/apt/lists/*
2121

2222
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
23-
ENV PYTHON_VERSION 3.6.0b4
23+
ENV PYTHON_VERSION 3.6.0rc1
2424

2525
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
2626
ENV PYTHON_PIP_VERSION 9.0.1

3.6-rc/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ENV LANG C.UTF-8
1818
RUN apk add --no-cache ca-certificates
1919

2020
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
21-
ENV PYTHON_VERSION 3.6.0b4
21+
ENV PYTHON_VERSION 3.6.0rc1
2222

2323
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
2424
ENV PYTHON_PIP_VERSION 9.0.1

3.6-rc/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2222
&& rm -rf /var/lib/apt/lists/*
2323

2424
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
25-
ENV PYTHON_VERSION 3.6.0b4
25+
ENV PYTHON_VERSION 3.6.0rc1
2626

2727
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
2828
ENV PYTHON_PIP_VERSION 9.0.1

3.6-rc/windows/windowsservercore/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FROM microsoft/windowsservercore
88

99
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]
1010

11-
ENV PYTHON_VERSION 3.6.0b4
11+
ENV PYTHON_VERSION 3.6.0rc1
1212
ENV PYTHON_RELEASE 3.6.0
1313

1414
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"

0 commit comments

Comments
 (0)