chore(deps): update mcr.microsoft.com/dotnet/sdk docker tag to v7.0.402
All checks were successful
Test if Server can be built / build-server (push) Successful in 40s
All checks were successful
Test if Server can be built / build-server (push) Successful in 40s
Signed-off-by: noreply@rainote.dev
This commit is contained in:
parent
1455bdd75a
commit
4e836de5c0
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM mcr.microsoft.com/dotnet/runtime:7.0 AS base
|
FROM mcr.microsoft.com/dotnet/runtime:7.0 AS base
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
FROM mcr.microsoft.com/dotnet/sdk:7.0.401 AS build
|
FROM mcr.microsoft.com/dotnet/sdk:7.0.402 AS build
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
COPY ["Server/Server.csproj", "Server/"]
|
COPY ["Server/Server.csproj", "Server/"]
|
||||||
RUN dotnet restore "Server/Server.csproj"
|
RUN dotnet restore "Server/Server.csproj"
|
||||||
|
|
Loading…
Reference in a new issue