Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 32b69d6

Browse filesBrowse files
Update to 3.8.1, pip 19.3.1
1 parent d188118 commit 32b69d6
Copy full SHA for 32b69d6

5 files changed

+7-7Lines changed: 7 additions & 7 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎3.8/alpine3.10/Dockerfile‎

Copy file name to clipboardExpand all lines: 3.8/alpine3.10/Dockerfile
+1-1Lines 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 E3FF2839C048B25C084DEBE9B26995E310250568
21-
ENV PYTHON_VERSION 3.8.0
21+
ENV PYTHON_VERSION 3.8.1
2222

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

‎3.8/buster/Dockerfile‎

Copy file name to clipboardExpand all lines: 3.8/buster/Dockerfile
+1-1Lines 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 E3FF2839C048B25C084DEBE9B26995E310250568
23-
ENV PYTHON_VERSION 3.8.0
23+
ENV PYTHON_VERSION 3.8.1
2424

2525
RUN set -ex \
2626
\
Collapse file

‎3.8/buster/slim/Dockerfile‎

Copy file name to clipboardExpand all lines: 3.8/buster/slim/Dockerfile
+1-1Lines 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 E3FF2839C048B25C084DEBE9B26995E310250568
23-
ENV PYTHON_VERSION 3.8.0
23+
ENV PYTHON_VERSION 3.8.1
2424

2525
RUN set -ex \
2626
\
Collapse file

‎3.8/windows/windowsservercore-1809/Dockerfile‎

Copy file name to clipboardExpand all lines: 3.8/windows/windowsservercore-1809/Dockerfile
+2-2Lines 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 3.8.0
12-
ENV PYTHON_RELEASE 3.8.0
11+
ENV PYTHON_VERSION 3.8.1
12+
ENV PYTHON_RELEASE 3.8.1
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); \
Collapse file

‎3.8/windows/windowsservercore-ltsc2016/Dockerfile‎

Copy file name to clipboardExpand all lines: 3.8/windows/windowsservercore-ltsc2016/Dockerfile
+2-2Lines 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 3.8.0
12-
ENV PYTHON_RELEASE 3.8.0
11+
ENV PYTHON_VERSION 3.8.1
12+
ENV PYTHON_RELEASE 3.8.1
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.