Skip to content

Commit 5397df4

Browse files
committed
Update Dockerfile
1 parent d4c846c commit 5397df4

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-
RUN ["curl", "-L", "https://go.microsoft.com/fwlink/?linkid=839822&clcid=0x409", "-o", "C:/SHIR/SHIR.msi"]
6+
RUN ["curl", "-L", "https://go.microsoft.com/fwlink/?linkid=839822&clcid=0x409", "-o", "C:/SHIR/IntegrationRuntime.latest.msi"]
77

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

0 commit comments

Comments
 (0)