Skip to content

Commit ea03579

Browse files
committed
Update the SHA256 for Swift 5.10 Windows Dockerfile
1 parent 1e7ad9f commit ea03579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5.10/windows/LTSC2022/Dockerfile

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

123123
# Install Swift toolchain.
124124
ARG SWIFT=https://download.swift.org/swift-5.10-release/windows10/swift-5.10-RELEASE/swift-5.10-RELEASE-windows10.exe
125-
ARG SWIFT_SHA256=D78A717551C78E824C9B74B0CFB1AD86060FC286EA071FDDB26DF18F56DC7212
125+
ARG SWIFT_SHA256=A0E2B32DFB56FCB83D4FEC1D1FF4B43B4B0986EDE4C065FF52F336EA9AA49322
126126
RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:SWIFT}); \
127127
Invoke-WebRequest -Uri ${env:SWIFT} -OutFile installer.exe; \
128128
Write-Host '✓'; \

0 commit comments

Comments
 (0)