From 16c18a9901d3b030090b34396c81de5d791dc850 Mon Sep 17 00:00:00 2001 From: Daniel_I_Am Date: Sun, 16 Aug 2020 14:44:22 -0400 Subject: [PATCH] Update container source to SDK-alpine --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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