about summary refs log tree commit diff
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 9debcdf..42c62bb 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -4,7 +4,6 @@ name: run
 
 steps:
     - name: run
-      image: mcr.microsoft.com/dotnet/core/sdk:latest
+      image: mcr.microsoft.com/dotnet/sdk:latest
       commands:
           - dotnet run
-