Skip to content

Commit cf179e4

Browse files
Update to 3.6.3, pip 9.0.1
1 parent 6b9d2b3 commit cf179e4

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

3.6/alpine3.4/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 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
21-
ENV PYTHON_VERSION 3.6.2
21+
ENV PYTHON_VERSION 3.6.3
2222

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

3.6/alpine3.6/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 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
21-
ENV PYTHON_VERSION 3.6.2
21+
ENV PYTHON_VERSION 3.6.3
2222

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

3.6/jessie/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 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
23-
ENV PYTHON_VERSION 3.6.2
23+
ENV PYTHON_VERSION 3.6.3
2424

2525
RUN set -ex \
2626
&& buildDeps=' \

3.6/jessie/slim/Dockerfile

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

2626
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
27-
ENV PYTHON_VERSION 3.6.2
27+
ENV PYTHON_VERSION 3.6.3
2828

2929
RUN set -ex \
3030
&& buildDeps=" \

3.6/stretch/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 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
23-
ENV PYTHON_VERSION 3.6.2
23+
ENV PYTHON_VERSION 3.6.3
2424

2525
RUN set -ex \
2626
&& buildDeps=' \

3.6/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.6.2
12-
ENV PYTHON_RELEASE 3.6.2
11+
ENV PYTHON_VERSION 3.6.3
12+
ENV PYTHON_RELEASE 3.6.3
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)