From 311afad1af86364a5da50b96aabef06ca142077b Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Mon, 26 Aug 2019 09:16:58 +0100 Subject: [PATCH] Use the ASP.NET Core runtime images instead of SDK --- Infrastructure/.drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Infrastructure/.drone.yml b/Infrastructure/.drone.yml index 9c772bf..1b1a95d 100644 --- a/Infrastructure/.drone.yml +++ b/Infrastructure/.drone.yml @@ -6,7 +6,7 @@ clone: steps: - name: build - image: mcr.microsoft.com/dotnet/core/sdk:2.2 + image: mcr.microsoft.com/dotnet/core/aspnet:2.2 commands: - chmod +x ./build.sh - ./build.sh \ No newline at end of file