File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
windowsservercore-ltsc2016 Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ ENV LANG C.UTF-8
18
18
RUN apk add --no-cache ca-certificates
19
19
20
20
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
21
- ENV PYTHON_VERSION 3.7.0a4
21
+ ENV PYTHON_VERSION 3.7.0b1
22
22
23
23
RUN set -ex \
24
24
&& apk add --no-cache --virtual .fetch-deps \
25
25
gnupg \
26
- libressl \
26
+ openssl \
27
27
tar \
28
28
xz \
29
29
\
@@ -49,8 +49,8 @@ RUN set -ex \
49
49
linux-headers \
50
50
make \
51
51
ncurses-dev \
52
- libressl \
53
- libressl -dev \
52
+ openssl \
53
+ openssl -dev \
54
54
pax-utils \
55
55
readline-dev \
56
56
sqlite-dev \
@@ -106,7 +106,7 @@ ENV PYTHON_PIP_VERSION 9.0.1
106
106
107
107
RUN set -ex; \
108
108
\
109
- apk add --no-cache --virtual .fetch-deps libressl ; \
109
+ apk add --no-cache --virtual .fetch-deps openssl ; \
110
110
\
111
111
wget -O get-pip.py 'https://bootstrap.pypa.io/get-pip.py' ; \
112
112
\
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
20
20
&& rm -rf /var/lib/apt/lists/*
21
21
22
22
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
23
- ENV PYTHON_VERSION 3.7.0a4
23
+ ENV PYTHON_VERSION 3.7.0b1
24
24
25
25
RUN set -ex \
26
26
&& buildDeps=' \
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
25
25
&& rm -rf /var/lib/apt/lists/*
26
26
27
27
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
28
- ENV PYTHON_VERSION 3.7.0a4
28
+ ENV PYTHON_VERSION 3.7.0b1
29
29
30
30
RUN set -ex \
31
31
&& buildDeps=" \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ FROM microsoft/windowsservercore:1709
8
8
9
9
SHELL ["powershell" , "-Command" , "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';" ]
10
10
11
- ENV PYTHON_VERSION 3.7.0a4
11
+ ENV PYTHON_VERSION 3.7.0b1
12
12
ENV PYTHON_RELEASE 3.7.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 microsoft/windowsservercore:ltsc2016
8
8
9
9
SHELL ["powershell" , "-Command" , "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';" ]
10
10
11
- ENV PYTHON_VERSION 3.7.0a4
11
+ ENV PYTHON_VERSION 3.7.0b1
12
12
ENV PYTHON_RELEASE 3.7.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