Skip to content

Commit 5e05ef6

Browse files
authored
Use long-lived URL
1 parent 4114347 commit 5e05ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2019
33
# Download the latest self-hosted integration runtime installer into the SHIR folder
44
COPY SHIR C:/SHIR/
55

6-
ADD https://download.microsoft.com/download/E/4/7/E4771905-1079-445B-8BF9-8A1A075D8A10/IntegrationRuntime_5.17.8186.1.msi C:/SHIR/
6+
ADD https://go.microsoft.com/fwlink/?linkid=839822&clcid=0x409 C:/SHIR/
77

88
RUN ["powershell", "C:/SHIR/build.ps1"]
99

0 commit comments

Comments
 (0)