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
18
18
RUN apk add --no-cache ca-certificates
19
19
20
20
ENV GPG_KEY E3FF2839C048B25C084DEBE9B26995E310250568
21
- ENV PYTHON_VERSION 3.9.0a3
21
+ ENV PYTHON_VERSION 3.9.0a4
22
22
23
23
RUN set -ex \
24
24
&& 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 \
21
21
&& rm -rf /var/lib/apt/lists/*
22
22
23
23
ENV GPG_KEY E3FF2839C048B25C084DEBE9B26995E310250568
24
- ENV PYTHON_VERSION 3.9.0a3
24
+ ENV PYTHON_VERSION 3.9.0a4
25
25
26
26
RUN set -ex \
27
27
\
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ FROM mcr.microsoft.com/windows/servercore:1809
8
8
9
9
SHELL ["powershell" , "-Command" , "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';" ]
10
10
11
- ENV PYTHON_VERSION 3.9.0a3
11
+ ENV PYTHON_VERSION 3.9.0a4
12
12
ENV PYTHON_RELEASE 3.9.0
13
13
14
14
RUN $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
8
8
9
9
SHELL ["powershell" , "-Command" , "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';" ]
10
10
11
- ENV PYTHON_VERSION 3.9.0a3
11
+ ENV PYTHON_VERSION 3.9.0a4
12
12
ENV PYTHON_RELEASE 3.9.0
13
13
14
14
RUN $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