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