Merge pull request 'chore(deps): update mcr.microsoft.com/dotnet/sdk docker tag to v7.0.401' (#49) from renovate/mcr.microsoft.com-dotnet-sdk-7.x into master
All checks were successful
Test if Server can be built / build-server (push) Successful in 22s

Reviewed-on: Wonderking/Continuity#49
This commit is contained in:
rainote 2023-09-17 13:47:49 +00:00
commit 60ad9f0a48

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.400 AS build
FROM mcr.microsoft.com/dotnet/sdk:7.0.401 AS build
WORKDIR /src
COPY ["Server/Server.csproj", "Server/"]
RUN dotnet restore "Server/Server.csproj"