diff --git a/.drone.yml b/.drone.yml index 8221008..666a0be 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ trigger: steps: - name: build - image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet8 + image: mcr.microsoft.com/dotnet/sdk:8.0 commands: - cd src/ - dotnet restore HeartTrack.sln