Skip to content

Commit

Permalink
Update Dockerfile.wintest-1803
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-codefresh authored Jan 29, 2019
1 parent 13a2806 commit 778670c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.wintest-1803
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# escape=`

# Installer image
FROM mcr.microsoft.com/windows/servercore:1803 AS installer-env
FROM microsoft/windowsservercore:1803 AS installer-env

SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]

Expand All @@ -21,7 +21,7 @@ RUN Invoke-WebRequest $Env:DOTNET_SDK_DOWNLOAD_URL -OutFile dotnet.zip; `


# SDK image
FROM mcr.microsoft.com/windows/nanoserver:1803
FROM microsoft/nanoserver:1803

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

Expand Down

0 comments on commit 778670c

Please sign in to comment.