File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/sdk:8.0.410 -jammy-amd64 AS build
1+ FROM mcr.microsoft.com/dotnet/sdk:8.0.416 -jammy-amd64 AS build
22LABEL maintainer="eesast"
33WORKDIR /usr/local
44COPY . .
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/sdk:8.0.410 -jammy-amd64 AS build
1+ FROM mcr.microsoft.com/dotnet/sdk:8.0.416 -jammy-amd64 AS build
22LABEL maintainer="eesast"
33WORKDIR /usr/local
44COPY . .
55RUN dotnet publish logic/Server/Server.csproj -c Release -o /usr/local/Server --self-contained true -r linux-x64
66
7- FROM mcr.microsoft.com/dotnet/sdk:8.0.410 -jammy-amd64
7+ FROM mcr.microsoft.com/dotnet/sdk:8.0.416 -jammy-amd64
88LABEL maintainer="eesast"
99WORKDIR /usr/local
1010COPY --from=build /usr/local/Server .
Original file line number Diff line number Diff line change 1212 <PackageReference Include =" FrameRateTask" Version =" 1.2.0" />
1313 <PackageReference Include =" Google.Protobuf" Version =" 3.30.2" />
1414 <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 9.0.5" />
15- <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 9.0.5 " />
15+ <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 9.0.11 " />
1616 </ItemGroup >
1717
1818 <ItemGroup >
You can’t perform that action at this time.
0 commit comments