Skip to content

Commit 19bca6a

Browse files
authored
Merge pull request #135 from JayH5/python-3-6-0-a3
Python 3.6.0a3
2 parents 711a6ff + 9aa0a7c commit 19bca6a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

3.6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ENV LANG C.UTF-8
2222
# gpg: key AA65421D: public key "Ned Deily (Python release signing key) <[email protected]>" imported
2323
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2424

25-
ENV PYTHON_VERSION 3.6.0a2
25+
ENV PYTHON_VERSION 3.6.0a3
2626

2727
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
2828
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
@@ -7,7 +7,7 @@ ENV LANG C.UTF-8
77
# gpg: key AA65421D: public key "Ned Deily (Python release signing key) <[email protected]>" imported
88
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
99

10-
ENV PYTHON_VERSION 3.6.0a2
10+
ENV PYTHON_VERSION 3.6.0a3
1111

1212
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
1313
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
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1313
# gpg: key AA65421D: public key "Ned Deily (Python release signing key) <[email protected]>" imported
1414
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
1515

16-
ENV PYTHON_VERSION 3.6.0a2
16+
ENV PYTHON_VERSION 3.6.0a3
1717

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

0 commit comments

Comments
 (0)