Skip to content

Commit 61fa07f

Browse files
Update to 3.7.4, pip 19.1.1
1 parent 7a3880b commit 61fa07f

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

3.7/alpine3.10/Dockerfile

+1-1
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 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
21-
ENV PYTHON_VERSION 3.7.3
21+
ENV PYTHON_VERSION 3.7.4
2222

2323
RUN set -ex \
2424
&& apk add --no-cache --virtual .fetch-deps \

3.7/alpine3.9/Dockerfile

+1-1
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 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
21-
ENV PYTHON_VERSION 3.7.3
21+
ENV PYTHON_VERSION 3.7.4
2222

2323
RUN set -ex \
2424
&& apk add --no-cache --virtual .fetch-deps \

3.7/stretch/Dockerfile

+1-1
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 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
23-
ENV PYTHON_VERSION 3.7.3
23+
ENV PYTHON_VERSION 3.7.4
2424

2525
RUN set -ex \
2626
\

3.7/stretch/slim/Dockerfile

+1-1
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 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
23-
ENV PYTHON_VERSION 3.7.3
23+
ENV PYTHON_VERSION 3.7.4
2424

2525
RUN set -ex \
2626
\

3.7/windows/windowsservercore-1803/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ FROM mcr.microsoft.com/windows/servercore:1803
88

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

11-
ENV PYTHON_VERSION 3.7.3
12-
ENV PYTHON_RELEASE 3.7.3
11+
ENV PYTHON_VERSION 3.7.4
12+
ENV PYTHON_RELEASE 3.7.4
1313

1414
RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env:PYTHON_RELEASE, $env:PYTHON_VERSION); \
1515
Write-Host ('Downloading {0} ...' -f $url); \

3.7/windows/windowsservercore-1809/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ FROM mcr.microsoft.com/windows/servercore:1809
88

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

11-
ENV PYTHON_VERSION 3.7.3
12-
ENV PYTHON_RELEASE 3.7.3
11+
ENV PYTHON_VERSION 3.7.4
12+
ENV PYTHON_RELEASE 3.7.4
1313

1414
RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env:PYTHON_RELEASE, $env:PYTHON_VERSION); \
1515
Write-Host ('Downloading {0} ...' -f $url); \

3.7/windows/windowsservercore-ltsc2016/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2016
88

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

11-
ENV PYTHON_VERSION 3.7.3
12-
ENV PYTHON_RELEASE 3.7.3
11+
ENV PYTHON_VERSION 3.7.4
12+
ENV PYTHON_RELEASE 3.7.4
1313

1414
RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env:PYTHON_RELEASE, $env:PYTHON_VERSION); \
1515
Write-Host ('Downloading {0} ...' -f $url); \

0 commit comments

Comments
 (0)