From 6cd1fe4f6286fbac311742a543dd5c027358c70f Mon Sep 17 00:00:00 2001
From: Moritz Maxeiner <mm@ucw.sh>
Date: Tue, 3 Mar 2020 19:24:04 +0100
Subject: [PATCH] windows-1809: Update python to 3.7.6

---
 windows-1809/base/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/windows-1809/base/Dockerfile b/windows-1809/base/Dockerfile
index f83b7ec..6bdbc3e 100644
--- a/windows-1809/base/Dockerfile
+++ b/windows-1809/base/Dockerfile
@@ -19,7 +19,7 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl
         curl \
         7zip \
         wixtoolset; \
-    Must-Run choco install -y python --version 3.7.5; \
+    Must-Run choco install -y python --version 3.7.6; \
     $env:PATH = "\"$([Environment]::GetEnvironmentVariable('PATH', [EnvironmentVariableTarget]::User));$([Environment]::GetEnvironmentVariable('PATH', [EnvironmentVariableTarget]::Machine))\""; \
     Must-Run python -m pip --no-cache-dir install --no-warn-script-location wheel; \
     Must-Run choco install -y visualstudio2017buildtools; \
-- 
GitLab