We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91d2ff commit 26895a3Copy full SHA for 26895a3
docker/ci/config/windows-servercore-setup.ps1
@@ -103,7 +103,7 @@ $JAVA_HOME_TEMP
103
java -version
104
105
# Install python and lock onto 3.9.13 now
106
-scoop install https://raw.githubusercontent.com/ScoopInstaller/Versions/13510e2f3fb92b696c203de5a008c0dc62a44220/bucket/python39.json
+scoop install https://raw.githubusercontent.com/ScoopInstaller/Versions/cadc6e36c880e99965d4b8e1f1bf81e91421ec97/bucket/python39.json
107
python --version
108
# Reg PEP
109
$versionInfo = (scoop info python39 | out-string -stream | Select-String 'Version.*:')
0 commit comments