chore(deps): update mcr.microsoft.com/dotnet/sdk docker tag to v8
All checks were successful
Test if Server can be built / build-server (push) Successful in 25s
Test if Server can be built / sonarqube (push) Has been skipped
Test if Server can be built / dependency-track (push) Has been skipped

Signed-off-by: noreply@rainote.dev
This commit is contained in:
renovate-bot 2023-11-02 20:12:52 +00:00
parent 24470aac16
commit 7b5daa6781

View file

@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/runtime:7.0 AS base
WORKDIR /app
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
WORKDIR /src
COPY ["Server/Server.csproj", "Server/"]
RUN dotnet restore "Server/Server.csproj"