Skip to content

Commit 778670c

Browse files
Update Dockerfile.wintest-1803
1 parent 13a2806 commit 778670c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.wintest-1803

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# escape=`
22

33
# Installer image
4-
FROM mcr.microsoft.com/windows/servercore:1803 AS installer-env
4+
FROM microsoft/windowsservercore:1803 AS installer-env
55

66
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
77

@@ -21,7 +21,7 @@ RUN Invoke-WebRequest $Env:DOTNET_SDK_DOWNLOAD_URL -OutFile dotnet.zip; `
2121

2222

2323
# SDK image
24-
FROM mcr.microsoft.com/windows/nanoserver:1803
24+
FROM microsoft/nanoserver:1803
2525

2626
COPY --from=installer-env ["dotnet", "C:\\Program Files\\dotnet"]
2727

0 commit comments

Comments
 (0)