Skip to content

Commit 9f79a9d

Browse files
Update to 3.9.0a5, pip 20.0.2
1 parent 695bd3c commit 9f79a9d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

3.9-rc/alpine3.10/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 E3FF2839C048B25C084DEBE9B26995E310250568
21-
ENV PYTHON_VERSION 3.9.0a4
21+
ENV PYTHON_VERSION 3.9.0a5
2222

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

3.9-rc/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 E3FF2839C048B25C084DEBE9B26995E310250568
24-
ENV PYTHON_VERSION 3.9.0a4
24+
ENV PYTHON_VERSION 3.9.0a5
2525

2626
RUN set -ex \
2727
\

3.9-rc/windows/windowsservercore-1809/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FROM mcr.microsoft.com/windows/servercore:1809
88

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

11-
ENV PYTHON_VERSION 3.9.0a4
11+
ENV PYTHON_VERSION 3.9.0a5
1212
ENV PYTHON_RELEASE 3.9.0
1313

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

3.9-rc/windows/windowsservercore-ltsc2016/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2016
88

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

11-
ENV PYTHON_VERSION 3.9.0a4
11+
ENV PYTHON_VERSION 3.9.0a5
1212
ENV PYTHON_RELEASE 3.9.0
1313

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

0 commit comments

Comments
 (0)