chore(deps): update mcr.microsoft.com/dotnet/sdk docker tag to v8
Some checks failed
Build, Package and Push Images / preprocess (push) Successful in 3s
Build, Package and Push Images / build (push) Successful in 28s
Build, Package and Push Images / sonarqube (push) Has been skipped
Build, Package and Push Images / sbom-scan (push) Successful in 28s
Build, Package and Push Images / container-build (push) Failing after 27s
Build, Package and Push Images / container-sbom-scan (push) Has been skipped

Signed-off-by: noreply@rainote.dev
This commit is contained in:
renovate-bot 2023-11-04 09:45:24 +00:00
parent f28fa03eda
commit 99c30c110c

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"