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 87b4003 commit 91ef406Copy full SHA for 91ef406
Dockerfile.wintest
@@ -1,7 +1,7 @@
1
# escape=`
2
3
# Installer image
4
-FROM microsoft/windowsservercore:1709 AS installer-env
+FROM microsoft/windowsservercore:1803 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:1709
+FROM microsoft/nanoserver:1803
25
26
COPY --from=installer-env ["dotnet", "C:\\Program Files\\dotnet"]
27
0 commit comments