Skip to content

Commit 3450749

Browse files
committed
Merge pull request #172 from dbaxa/update-python-3.5
Update Python 3.5 to version 3.5.3.
2 parents c79d6d9 + b4cd720 commit 3450749

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

3.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2222
ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
23-
ENV PYTHON_VERSION 3.5.2
23+
ENV PYTHON_VERSION 3.5.3
2424

2525
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
2626
ENV PYTHON_PIP_VERSION 9.0.1

3.5/alpine/Dockerfile

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

2020
ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
21-
ENV PYTHON_VERSION 3.5.2
21+
ENV PYTHON_VERSION 3.5.3
2222

2323
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
2424
ENV PYTHON_PIP_VERSION 9.0.1

3.5/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2424
ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
25-
ENV PYTHON_VERSION 3.5.2
25+
ENV PYTHON_VERSION 3.5.3
2626

2727
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
2828
ENV PYTHON_PIP_VERSION 9.0.1

3.5/windows/windowsservercore/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ FROM microsoft/windowsservercore
88

99
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]
1010

11-
ENV PYTHON_VERSION 3.5.2
12-
ENV PYTHON_RELEASE 3.5.2
11+
ENV PYTHON_VERSION 3.5.3
12+
ENV PYTHON_RELEASE 3.5.3
1313

1414
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
1515
ENV PYTHON_PIP_VERSION 9.0.1

0 commit comments

Comments
 (0)