File tree 8 files changed +12
-12
lines changed
windowsservercore-ltsc2016
8 files changed +12
-12
lines changed 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 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
21
- ENV PYTHON_VERSION 3.7.2
21
+ ENV PYTHON_VERSION 3.7.3
22
22
23
23
RUN set -ex \
24
24
&& apk add --no-cache --virtual .fetch-deps \
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 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
21
- ENV PYTHON_VERSION 3.7.2
21
+ ENV PYTHON_VERSION 3.7.3
22
22
23
23
RUN set -ex \
24
24
&& apk add --no-cache --virtual .fetch-deps \
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 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
23
- ENV PYTHON_VERSION 3.7.2
23
+ ENV PYTHON_VERSION 3.7.3
24
24
25
25
RUN set -ex \
26
26
\
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 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
23
- ENV PYTHON_VERSION 3.7.2
23
+ ENV PYTHON_VERSION 3.7.3
24
24
25
25
RUN set -ex \
26
26
\
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ FROM mcr.microsoft.com/windows/servercore:1709
8
8
9
9
SHELL ["powershell" , "-Command" , "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';" ]
10
10
11
- ENV PYTHON_VERSION 3.7.2
12
- ENV PYTHON_RELEASE 3.7.2
11
+ ENV PYTHON_VERSION 3.7.3
12
+ ENV PYTHON_RELEASE 3.7.3
13
13
14
14
RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env:PYTHON_RELEASE, $env:PYTHON_VERSION); \
15
15
Write-Host ('Downloading {0} ...' -f $url); \
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ FROM mcr.microsoft.com/windows/servercore:1803
8
8
9
9
SHELL ["powershell" , "-Command" , "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';" ]
10
10
11
- ENV PYTHON_VERSION 3.7.2
12
- ENV PYTHON_RELEASE 3.7.2
11
+ ENV PYTHON_VERSION 3.7.3
12
+ ENV PYTHON_RELEASE 3.7.3
13
13
14
14
RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env:PYTHON_RELEASE, $env:PYTHON_VERSION); \
15
15
Write-Host ('Downloading {0} ...' -f $url); \
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ FROM mcr.microsoft.com/windows/servercore:1809
8
8
9
9
SHELL ["powershell" , "-Command" , "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';" ]
10
10
11
- ENV PYTHON_VERSION 3.7.2
12
- ENV PYTHON_RELEASE 3.7.2
11
+ ENV PYTHON_VERSION 3.7.3
12
+ ENV PYTHON_RELEASE 3.7.3
13
13
14
14
RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env:PYTHON_RELEASE, $env:PYTHON_VERSION); \
15
15
Write-Host ('Downloading {0} ...' -f $url); \
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2016
8
8
9
9
SHELL ["powershell" , "-Command" , "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';" ]
10
10
11
- ENV PYTHON_VERSION 3.7.2
12
- ENV PYTHON_RELEASE 3.7.2
11
+ ENV PYTHON_VERSION 3.7.3
12
+ ENV PYTHON_RELEASE 3.7.3
13
13
14
14
RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env:PYTHON_RELEASE, $env:PYTHON_VERSION); \
15
15
Write-Host ('Downloading {0} ...' -f $url); \
You can’t perform that action at this time.
0 commit comments