Skip to content

Commit 2d7f6d4

Browse files
committed
Update Python 3.6.1 and base image 10.0.14393.1066
1 parent fac99ad commit 2d7f6d4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM microsoft/nanoserver
22

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

5-
ENV PYTHON_VERSION 3.6.0
5+
ENV PYTHON_VERSION 3.6.1
66
ENV PYTHON_PIP_VERSION 9.0.1
77

88
RUN Invoke-WebRequest $('https://www.python.org/ftp/python/{0}/python-{0}-embed-amd64.zip' -f $env:PYTHON_VERSION) -OutFile 'python.zip' -UseBasicParsing ; \

python/Dockerfile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COPY tmp /Python
55

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

8-
ENV PYTHON_VERSION 3.6.0
8+
ENV PYTHON_VERSION 3.6.1
99
ENV PYTHON_PIP_VERSION 9.0.1
1010

1111
RUN $env:PATH = 'C:\Python;C:\Python\Scripts;{0}' -f $env:PATH ; \

python/push.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
docker tag python stefanscherer/python-windows:3.6.0-nano
1+
docker tag python stefanscherer/python-windows:3.6.1-nano
22
docker tag python stefanscherer/python-windows:nano
3-
docker push stefanscherer/python-windows:3.6.0-nano
3+
docker push stefanscherer/python-windows:3.6.1-nano
44
docker push stefanscherer/python-windows:nano

0 commit comments

Comments
 (0)