Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 2db772b

Browse files
committed
Update to Python 3.7.5
1 parent 955aa28 commit 2db772b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.vsts/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
Python37:
2121
python.version: '3.7'
22-
PYENV_VERSION: '3.7.4'
22+
PYENV_VERSION: '3.7.5'
2323
PYTOX_ENV: 'py37'
2424
VENV_VERSION: '16.2.0'
2525
steps:
@@ -142,7 +142,7 @@ jobs:
142142
matrix:
143143
Python37:
144144
python.version: '3.7'
145-
PYENV_VERSION: '3.7.4'
145+
PYENV_VERSION: '3.7.5'
146146
PYTOX_ENV: 'py37'
147147
VENV_VERSION: '16.2.0'
148148
steps:
@@ -275,7 +275,7 @@ jobs:
275275
matrix:
276276
Python37:
277277
python.version: '3.7'
278-
PYENV_VERSION: '3.7.4'
278+
PYENV_VERSION: '3.7.5'
279279
PYTOX_ENV: 'py37'
280280
VENV_VERSION: '16.2.0'
281281
steps:

docker/win/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Dockerfile for Azure/blobxfer (Windows)
22
# Adapted from: https://github.com/StefanScherer/dockerfiles-windows/blob/master/python/Dockerfile
33

4-
FROM python:3.7.4-windowsservercore-ltsc2016
4+
FROM python:3.7.5-windowsservercore-ltsc2016
55
MAINTAINER Fred Park <https://github.com/Azure/blobxfer>
66

77
ENV chocolateyUseWindowsCompression false
@@ -29,8 +29,8 @@ COPY --from=0 /blobxfer/LICENSE /BLOBXFER_LICENSE.txt
2929

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

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
3434

3535
RUN $env:PATH = 'C:\Python;C:\Python\Scripts;{0}' -f $env:PATH ; \
3636
Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\Session Manager\Environment\' -Name Path -Value $env:PATH ; \

0 commit comments

Comments
 (0)