File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2222ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
23- ENV PYTHON_VERSION 3.4.5
23+ ENV PYTHON_VERSION 3.4.6
2424
2525# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
2626ENV PYTHON_PIP_VERSION 9.0.1
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ENV LANG C.UTF-8
1818RUN apk add --no-cache ca-certificates
1919
2020ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
21- ENV PYTHON_VERSION 3.4.5
21+ ENV PYTHON_VERSION 3.4.6
2222
2323# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
2424ENV PYTHON_PIP_VERSION 9.0.1
Original file line number Diff line number Diff 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
2424ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
25- ENV PYTHON_VERSION 3.4.5
25+ ENV PYTHON_VERSION 3.4.6
2626
2727# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
2828ENV PYTHON_PIP_VERSION 9.0.1
Original file line number Diff line number Diff 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
2222ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
23- ENV PYTHON_VERSION 3.4.5
23+ ENV PYTHON_VERSION 3.4.6
2424
2525# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
2626ENV PYTHON_PIP_VERSION 9.0.1
You can’t perform that action at this time.
0 commit comments