File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -121,8 +121,8 @@ RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:VSB});
121
121
Remove-Item -ErrorAction SilentlyContinue -Force -Recurse ${env:TEMP}\*
122
122
123
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=A0E2B32DFB56FCB83D4FEC1D1FF4B43B4B0986EDE4C065FF52F336EA9AA49322
124
+ ARG SWIFT=https://download.swift.org/swift-5.10.1 -release/windows10/swift-5.10.1 -RELEASE/swift-5.10.1 -RELEASE-windows10.exe
125
+ ARG SWIFT_SHA256=3027762138ACFA1BBE3050FF6613BBE754332E84C9EFA5C23984646009297286
126
126
RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:SWIFT}); \
127
127
Invoke-WebRequest -Uri ${env:SWIFT} -OutFile installer.exe; \
128
128
Write-Host '✓' ; \
Original file line number Diff line number Diff line change @@ -121,8 +121,8 @@ RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:VSB});
121
121
Remove-Item -ErrorAction SilentlyContinue -Force -Recurse ${env:TEMP}\*
122
122
123
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=A0E2B32DFB56FCB83D4FEC1D1FF4B43B4B0986EDE4C065FF52F336EA9AA49322
124
+ ARG SWIFT=https://download.swift.org/swift-5.10.1 -release/windows10/swift-5.10.1 -RELEASE/swift-5.10.1 -RELEASE-windows10.exe
125
+ ARG SWIFT_SHA256=3027762138ACFA1BBE3050FF6613BBE754332E84C9EFA5C23984646009297286
126
126
RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:SWIFT}); \
127
127
Invoke-WebRequest -Uri ${env:SWIFT} -OutFile installer.exe; \
128
128
Write-Host '✓' ; \
You can’t perform that action at this time.
0 commit comments