Skip to content

Commit 62674c9

Browse files
authored
Update Window 5.10 Dockerfile (#391)
Updating the Windows 5.10 dockerfile for Swift 5.10.1
1 parent 8089cc7 commit 62674c9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

5.10/windows/1809/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:VSB});
121121
Remove-Item -ErrorAction SilentlyContinue -Force -Recurse ${env:TEMP}\*
122122

123123
# 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
126126
RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:SWIFT}); \
127127
Invoke-WebRequest -Uri ${env:SWIFT} -OutFile installer.exe; \
128128
Write-Host '✓'; \

5.10/windows/LTSC2022/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:VSB});
121121
Remove-Item -ErrorAction SilentlyContinue -Force -Recurse ${env:TEMP}\*
122122

123123
# 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
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)