This repository was archived by the owner on Jul 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
matrix :
20
20
Python37 :
21
21
python.version : ' 3.7'
22
- PYENV_VERSION : ' 3.7.4 '
22
+ PYENV_VERSION : ' 3.7.5 '
23
23
PYTOX_ENV : ' py37'
24
24
VENV_VERSION : ' 16.2.0'
25
25
steps :
@@ -142,7 +142,7 @@ jobs:
142
142
matrix :
143
143
Python37 :
144
144
python.version : ' 3.7'
145
- PYENV_VERSION : ' 3.7.4 '
145
+ PYENV_VERSION : ' 3.7.5 '
146
146
PYTOX_ENV : ' py37'
147
147
VENV_VERSION : ' 16.2.0'
148
148
steps :
@@ -275,7 +275,7 @@ jobs:
275
275
matrix :
276
276
Python37 :
277
277
python.version : ' 3.7'
278
- PYENV_VERSION : ' 3.7.4 '
278
+ PYENV_VERSION : ' 3.7.5 '
279
279
PYTOX_ENV : ' py37'
280
280
VENV_VERSION : ' 16.2.0'
281
281
steps :
Original file line number Diff line number Diff line change 1
1
# Dockerfile for Azure/blobxfer (Windows)
2
2
# Adapted from: https://github.com/StefanScherer/dockerfiles-windows/blob/master/python/Dockerfile
3
3
4
- FROM python:3.7.4 -windowsservercore-ltsc2016
4
+ FROM python:3.7.5 -windowsservercore-ltsc2016
5
5
MAINTAINER Fred Park <https://github.com/Azure/blobxfer>
6
6
7
7
ENV chocolateyUseWindowsCompression false
@@ -29,8 +29,8 @@ COPY --from=0 /blobxfer/LICENSE /BLOBXFER_LICENSE.txt
29
29
30
30
SHELL ["powershell" , "-Command" , "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';" ]
31
31
32
- ENV PYTHON_VERSION 3.7.4
33
- ENV PYTHON_PIP_VERSION 19.1 .1
32
+ ENV PYTHON_VERSION 3.7.5
33
+ ENV PYTHON_PIP_VERSION 19.3 .1
34
34
35
35
RUN $env:PATH = 'C:\P ython;C:\P ython\S cripts;{0}' -f $env:PATH ; \
36
36
Set-ItemProperty -Path 'HKLM:\S YSTEM\C urrentControlSet\C ontrol\S ession Manager\E nvironment\' -Name Path -Value $env:PATH ; \
You can’t perform that action at this time.
0 commit comments