File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
windows/windowsservercore Expand file tree Collapse file tree 4 files changed +5
-5
lines changed 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 \
20
20
&& rm -rf /var/lib/apt/lists/*
21
21
22
22
ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
23
- ENV PYTHON_VERSION 3.5.2
23
+ ENV PYTHON_VERSION 3.5.3
24
24
25
25
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
26
26
ENV 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
18
18
RUN apk add --no-cache ca-certificates
19
19
20
20
ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
21
- ENV PYTHON_VERSION 3.5.2
21
+ ENV PYTHON_VERSION 3.5.3
22
22
23
23
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
24
24
ENV 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 \
22
22
&& rm -rf /var/lib/apt/lists/*
23
23
24
24
ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
25
- ENV PYTHON_VERSION 3.5.2
25
+ ENV PYTHON_VERSION 3.5.3
26
26
27
27
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
28
28
ENV PYTHON_PIP_VERSION 9.0.1
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ FROM microsoft/windowsservercore
8
8
9
9
SHELL ["powershell" , "-Command" , "$ErrorActionPreference = 'Stop';" ]
10
10
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
13
13
14
14
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
15
15
ENV PYTHON_PIP_VERSION 9.0.1
You can’t perform that action at this time.
0 commit comments