Skip to content

Commit 3b3fa4f

Browse files
committed
update nanoserver docker image
1 parent 375bc13 commit 3b3fa4f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

eng/docker/libraries-sdk-aspnetcore.windows.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# escape=`
22
# Simple Dockerfile which copies library build artifacts into target dotnet sdk image
3-
ARG SDK_BASE_IMAGE=mcr.microsoft.com/dotnet/nightly/sdk:6.0-nanoserver-1809
3+
ARG SDK_BASE_IMAGE=mcr.microsoft.com/dotnet/nightly/sdk:6.0-nanoserver-20H2
44
FROM $SDK_BASE_IMAGE as target
55

66
ARG TESTHOST_LOCATION=".\\artifacts\\bin\\testhost"

eng/docker/libraries-sdk.windows.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# escape=`
22
# Simple Dockerfile which copies clr and library build artifacts into target dotnet sdk image
3-
ARG SDK_BASE_IMAGE=mcr.microsoft.com/dotnet/nightly/sdk:6.0-nanoserver-1809
3+
ARG SDK_BASE_IMAGE=mcr.microsoft.com/dotnet/nightly/sdk:6.0-nanoserver-20H2
44
FROM $SDK_BASE_IMAGE as target
55

66
ARG TESTHOST_LOCATION=".\\artifacts\\bin\\testhost"

src/libraries/System.Net.Http/tests/StressTests/HttpStress/windows.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# escape=`
2-
ARG SDK_BASE_IMAGE=mcr.microsoft.com/dotnet/nightly/sdk:6.0-nanoserver-1809
2+
ARG SDK_BASE_IMAGE=mcr.microsoft.com/dotnet/nightly/sdk:6.0-nanoserver-20H2
33
FROM $SDK_BASE_IMAGE
44

55
# Use powershell as the default shell

src/libraries/System.Net.Security/tests/StressTests/SslStress/windows.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# escape=`
2-
ARG SDK_BASE_IMAGE=mcr.microsoft.com/dotnet/nightly/sdk:6.0-nanoserver-1809
2+
ARG SDK_BASE_IMAGE=mcr.microsoft.com/dotnet/nightly/sdk:6.0-nanoserver-20H2
33
FROM $SDK_BASE_IMAGE
44

55
# Use powershell as the default shell

0 commit comments

Comments
 (0)