diff --git a/Dockerfile b/Dockerfile index 4ffe6ba..71da77c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/core/runtime-deps:3.0-alpine3.11 +FROM mcr.microsoft.com/dotnet/core/sdk:3.0-alpine3.11 # Install .NET Core ENV DOTNET_VERSION 3.0.3