diff Resources/Builders/MinGW64-Python3.7/docker-internal.sh @ 95:c17cdaf687e3

use debian:buster-slim to compile Windows binaries
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 15 Sep 2021 11:52:30 +0200
parents fd58eb5749ed
children 6ad5da29f260
line wrap: on
line diff
--- a/Resources/Builders/MinGW64-Python3.7/docker-internal.sh	Tue Aug 31 14:11:05 2021 +0200
+++ b/Resources/Builders/MinGW64-Python3.7/docker-internal.sh	Wed Sep 15 11:52:30 2021 +0200
@@ -10,7 +10,7 @@
 mkdir /tmp/build
 cd /tmp/build
 
-wget http://orthanc.osimis.io/ThirdPartyDownloads/Python/python-3.7.7-win64.zip
+wget https://orthanc.osimis.io/ThirdPartyDownloads/Python/python-3.7.7-win64.zip
 unzip python-3.7.7-win64.zip
 
 cmake /tmp/source-writeable/ \