Skip to content

Commit a70c681

Browse files
committed
Update to 3.6.0b1
1 parent 4b37165 commit a70c681

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

3.6/Dockerfile

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

1616
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
17-
ENV PYTHON_VERSION 3.6.0a4
17+
ENV PYTHON_VERSION 3.6.0b1
1818

1919
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
2020
ENV PYTHON_PIP_VERSION 8.1.2

3.6/alpine/Dockerfile

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

1414
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
15-
ENV PYTHON_VERSION 3.6.0a4
15+
ENV PYTHON_VERSION 3.6.0b1
1616

1717
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
1818
ENV PYTHON_PIP_VERSION 8.1.2

3.6/slim/Dockerfile

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

1717
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
18-
ENV PYTHON_VERSION 3.6.0a4
18+
ENV PYTHON_VERSION 3.6.0b1
1919

2020
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
2121
ENV PYTHON_PIP_VERSION 8.1.2

3.6/windows/windowsservercore/Dockerfile

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

33
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]
44

5-
ENV PYTHON_VERSION 3.6.0a4
5+
ENV PYTHON_VERSION 3.6.0b1
66
ENV PYTHON_RELEASE 3.6.0
77

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

0 commit comments

Comments
 (0)