Skip to content

Commit 26895a3

Browse files
Update hash in python39 reg files in Windows docker (#3943)
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
1 parent c91d2ff commit 26895a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/ci/config/windows-servercore-setup.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ $JAVA_HOME_TEMP
103103
java -version
104104

105105
# Install python and lock onto 3.9.13 now
106-
scoop install https://raw.githubusercontent.com/ScoopInstaller/Versions/13510e2f3fb92b696c203de5a008c0dc62a44220/bucket/python39.json
106+
scoop install https://raw.githubusercontent.com/ScoopInstaller/Versions/cadc6e36c880e99965d4b8e1f1bf81e91421ec97/bucket/python39.json
107107
python --version
108108
# Reg PEP
109109
$versionInfo = (scoop info python39 | out-string -stream | Select-String 'Version.*:')

0 commit comments

Comments
 (0)