Update dotnetcore.md

removed version to ensure always up to date; getting latest
This commit is contained in:
Shayne Boyer 2018-07-17 08:26:44 -07:00 committed by GitHub
parent b3d4391849
commit 240a1836ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ Windows](/docker-for-windows/). Read more on [switching containers](/docker-for-
the `Dockerfile` to use the DLL file of your project.
```dockerfile
FROM microsoft/dotnet:2.1-sdk AS build-env
FROM microsoft/dotnet:sdk AS build-env
WORKDIR /app
# Copy csproj and restore as distinct layers