File tree 2 files changed +6
-6
lines changed 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ ENV LANG C.UTF-8
10
10
# gpg: key F73C700D: public key "Larry Hastings <larry@hastings.org>" imported
11
11
RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
12
12
13
- ENV PYTHON_VERSION 3.5.0b3
13
+ ENV PYTHON_VERSION 3.5.0
14
14
15
15
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
16
- ENV PYTHON_PIP_VERSION 7.1.0
16
+ ENV PYTHON_PIP_VERSION 7.1.2
17
17
18
18
RUN set -x \
19
19
&& mkdir -p /usr/src/python \
@@ -36,7 +36,7 @@ RUN set -x \
36
36
37
37
# make some useful symlinks that are expected to exist
38
38
RUN cd /usr/local/bin \
39
- && ln -s easy_install-3.4 easy_install \
39
+ && ln -s easy_install-3.5 easy_install \
40
40
&& ln -s idle3 idle \
41
41
&& ln -s pydoc3 pydoc \
42
42
&& ln -s python3 python \
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
16
16
# gpg: key F73C700D: public key "Larry Hastings <larry@hastings.org>" imported
17
17
RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
18
18
19
- ENV PYTHON_VERSION 3.5.0b3
19
+ ENV PYTHON_VERSION 3.5.0
20
20
21
21
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
22
- ENV PYTHON_PIP_VERSION 7.1.0
22
+ ENV PYTHON_PIP_VERSION 7.1.2
23
23
24
24
RUN set -x \
25
25
&& buildDeps=' \
@@ -57,7 +57,7 @@ RUN set -x \
57
57
58
58
# make some useful symlinks that are expected to exist
59
59
RUN cd /usr/local/bin \
60
- && ln -s easy_install-3.4 easy_install \
60
+ && ln -s easy_install-3.5 easy_install \
61
61
&& ln -s idle3 idle \
62
62
&& ln -s pydoc3 pydoc \
63
63
&& ln -s python3 python \
You can’t perform that action at this time.
0 commit comments