Skip to content

Commit c4414a2

Browse files
Update to 2.7.17, pip 19.3.1
1 parent 78ae92d commit c4414a2

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

2.7/alpine3.10/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ENV PYTHONIOENCODING UTF-8
2020
RUN apk add --no-cache ca-certificates
2121

2222
ENV GPG_KEY C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF
23-
ENV PYTHON_VERSION 2.7.16
23+
ENV PYTHON_VERSION 2.7.17
2424

2525
RUN set -ex \
2626
&& apk add --no-cache --virtual .fetch-deps \

2.7/alpine3.9/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ENV PYTHONIOENCODING UTF-8
2020
RUN apk add --no-cache ca-certificates
2121

2222
ENV GPG_KEY C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF
23-
ENV PYTHON_VERSION 2.7.16
23+
ENV PYTHON_VERSION 2.7.17
2424

2525
RUN set -ex \
2626
&& apk add --no-cache --virtual .fetch-deps \

2.7/buster/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2121
&& rm -rf /var/lib/apt/lists/*
2222

2323
ENV GPG_KEY C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF
24-
ENV PYTHON_VERSION 2.7.16
24+
ENV PYTHON_VERSION 2.7.17
2525

2626
RUN set -ex \
2727
\

2.7/buster/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 C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF
25-
ENV PYTHON_VERSION 2.7.16
25+
ENV PYTHON_VERSION 2.7.17
2626

2727
RUN set -ex \
2828
\

2.7/stretch/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2121
&& rm -rf /var/lib/apt/lists/*
2222

2323
ENV GPG_KEY C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF
24-
ENV PYTHON_VERSION 2.7.16
24+
ENV PYTHON_VERSION 2.7.17
2525

2626
RUN set -ex \
2727
\

2.7/stretch/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 C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF
25-
ENV PYTHON_VERSION 2.7.16
25+
ENV PYTHON_VERSION 2.7.17
2626

2727
RUN set -ex \
2828
\

2.7/windows/windowsservercore-1803/Dockerfile

Lines changed: 2 additions & 2 deletions
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 2.7.16
12-
ENV PYTHON_RELEASE 2.7.16
11+
ENV PYTHON_VERSION 2.7.17
12+
ENV PYTHON_RELEASE 2.7.17
1313

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

2.7/windows/windowsservercore-1809/Dockerfile

Lines changed: 2 additions & 2 deletions
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 2.7.16
12-
ENV PYTHON_RELEASE 2.7.16
11+
ENV PYTHON_VERSION 2.7.17
12+
ENV PYTHON_RELEASE 2.7.17
1313

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

2.7/windows/windowsservercore-ltsc2016/Dockerfile

Lines changed: 2 additions & 2 deletions
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 2.7.16
12-
ENV PYTHON_RELEASE 2.7.16
11+
ENV PYTHON_VERSION 2.7.17
12+
ENV PYTHON_RELEASE 2.7.17
1313

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

0 commit comments

Comments
 (0)