Skip to content

Commit f36fce8

Browse files
authored
Update the SHA for vs_buildtools to 95B8BCAC49757DBA2BD80827484E65B2F0EF57C11C143B87514B913839F78657
1 parent ecb5f86 commit f36fce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nightly-main/windows/LTSC2022/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:PY39});
9696

9797
# Install Visual Studio Build Tools
9898
ARG VSB=https://aka.ms/vs/17/release/vs_buildtools.exe
99-
ARG VSB_SHA256=15A2A6591B1E91B63E9909864FCBC68459EB26124B814618947215F754CD9CEE
99+
ARG VSB_SHA256=95B8BCAC49757DBA2BD80827484E65B2F0EF57C11C143B87514B913839F78657
100100
RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:VSB}); \
101101
Invoke-WebRequest -Uri ${env:VSB} -OutFile vs_buildtools.exe; \
102102
Write-Host '✓'; \

0 commit comments

Comments
 (0)