Skip to content

Commit

Permalink
Update to 3.9.0a4, pip 20.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Feb 26, 2020
1 parent 21d2ab0 commit 905c16b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 3.9-rc/alpine3.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ENV LANG C.UTF-8
RUN apk add --no-cache ca-certificates

ENV GPG_KEY E3FF2839C048B25C084DEBE9B26995E310250568
ENV PYTHON_VERSION 3.9.0a3
ENV PYTHON_VERSION 3.9.0a4

RUN set -ex \
&& apk add --no-cache --virtual .fetch-deps \
Expand Down
2 changes: 1 addition & 1 deletion 3.9-rc/buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

ENV GPG_KEY E3FF2839C048B25C084DEBE9B26995E310250568
ENV PYTHON_VERSION 3.9.0a3
ENV PYTHON_VERSION 3.9.0a4

RUN set -ex \
\
Expand Down
2 changes: 1 addition & 1 deletion 3.9-rc/windows/windowsservercore-1809/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM mcr.microsoft.com/windows/servercore:1809

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

ENV PYTHON_VERSION 3.9.0a3
ENV PYTHON_VERSION 3.9.0a4
ENV PYTHON_RELEASE 3.9.0

RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env:PYTHON_RELEASE, $env:PYTHON_VERSION); \
Expand Down
2 changes: 1 addition & 1 deletion 3.9-rc/windows/windowsservercore-ltsc2016/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2016

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

ENV PYTHON_VERSION 3.9.0a3
ENV PYTHON_VERSION 3.9.0a4
ENV PYTHON_RELEASE 3.9.0

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

0 comments on commit 905c16b

Please sign in to comment.