Skip to content

Commit 2d1ce6a

Browse files
Update Dockerfile.wintest
1 parent b0a4b7e commit 2d1ce6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.wintest

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 microsoft/windowsservercore:1803 AS installer-env
4+
FROM mcr.microsoft.com/windows/servercore:1809 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 microsoft/nanoserver:1803
24+
FROM mcr.microsoft.com/windows/nanoserver:1809
2525

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

0 commit comments

Comments
 (0)