File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ENV LANG C.UTF-8
2222# gpg: key AA65421D: public key "Ned Deily (Python release signing key) <nad@acm.org>" imported
2323ENV 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>'"
2828ENV PYTHON_PIP_VERSION 8.1.2
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ENV LANG C.UTF-8
77# gpg: key AA65421D: public key "Ned Deily (Python release signing key) <nad@acm.org>" imported
88ENV 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>'"
1313ENV PYTHON_PIP_VERSION 8.1.2
Original file line number Diff line number Diff 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) <nad@acm.org>" imported
1414ENV 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>'"
1919ENV PYTHON_PIP_VERSION 8.1.2
You can’t perform that action at this time.
0 commit comments