File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
windowsservercore-ltsc2016 Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ENV LANG C.UTF-8
1818RUN apk add --no-cache ca-certificates
1919
2020ENV GPG_KEY E3FF2839C048B25C084DEBE9B26995E310250568
21- ENV PYTHON_VERSION 3.9.0a4
21+ ENV PYTHON_VERSION 3.9.0a5
2222
2323RUN set -ex \
2424 && apk add --no-cache --virtual .fetch-deps \
Original file line number Diff line number Diff 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
2323ENV GPG_KEY E3FF2839C048B25C084DEBE9B26995E310250568
24- ENV PYTHON_VERSION 3.9.0a4
24+ ENV PYTHON_VERSION 3.9.0a5
2525
2626RUN set -ex \
2727 \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ FROM mcr.microsoft.com/windows/servercore:1809
88
99SHELL ["powershell" , "-Command" , "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';" ]
1010
11- ENV PYTHON_VERSION 3.9.0a4
11+ ENV PYTHON_VERSION 3.9.0a5
1212ENV PYTHON_RELEASE 3.9.0
1313
1414RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env:PYTHON_RELEASE, $env:PYTHON_VERSION); \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2016
88
99SHELL ["powershell" , "-Command" , "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';" ]
1010
11- ENV PYTHON_VERSION 3.9.0a4
11+ ENV PYTHON_VERSION 3.9.0a5
1212ENV PYTHON_RELEASE 3.9.0
1313
1414RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env:PYTHON_RELEASE, $env:PYTHON_VERSION); \
You can’t perform that action at this time.
0 commit comments