We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e7ad9f commit ea03579Copy full SHA for ea03579
5.10/windows/LTSC2022/Dockerfile
@@ -122,7 +122,7 @@ RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:VSB});
122
123
# Install Swift toolchain.
124
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
+ARG SWIFT_SHA256=A0E2B32DFB56FCB83D4FEC1D1FF4B43B4B0986EDE4C065FF52F336EA9AA49322
126
RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:SWIFT}); \
127
Invoke-WebRequest -Uri ${env:SWIFT} -OutFile installer.exe; \
128
Write-Host '✓'; \
0 commit comments