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 c7fdca2 commit 13a2806Copy full SHA for 13a2806
Dockerfile.wintest-1803
@@ -21,7 +21,7 @@ RUN Invoke-WebRequest $Env:DOTNET_SDK_DOWNLOAD_URL -OutFile dotnet.zip; `
21
22
23
# SDK image
24
-FROM mcr.microsoft.com/windows/nanoserver:1809
+FROM mcr.microsoft.com/windows/nanoserver:1803
25
26
COPY --from=installer-env ["dotnet", "C:\\Program Files\\dotnet"]
27
0 commit comments