From 56612694c78ed23cd8f610790cd6176bcfb79f3b Mon Sep 17 00:00:00 2001 From: dani Date: Sun, 31 Jan 2021 13:48:07 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 12b5ee2..b90a8f3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,6 +4,6 @@ name: default steps: - name: compile - image: microsoft/dotnet:sdk + image: mcr.microsoft.com/dotnet/sdk:5.0 commands: - sh build.sh \ No newline at end of file