We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a4b7e commit 2d1ce6aCopy full SHA for 2d1ce6a
Dockerfile.wintest
@@ -1,7 +1,7 @@
1
# escape=`
2
3
# Installer image
4
-FROM microsoft/windowsservercore:1803 AS installer-env
+FROM mcr.microsoft.com/windows/servercore:1809 AS installer-env
5
6
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
7
@@ -21,7 +21,7 @@ RUN Invoke-WebRequest $Env:DOTNET_SDK_DOWNLOAD_URL -OutFile dotnet.zip; `
21
22
23
# SDK image
24
-FROM microsoft/nanoserver:1803
+FROM mcr.microsoft.com/windows/nanoserver:1809
25
26
COPY --from=installer-env ["dotnet", "C:\\Program Files\\dotnet"]
27
0 commit comments