File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/sdk:8.0.300 -jammy-amd64 AS build
1+ FROM mcr.microsoft.com/dotnet/sdk:8.0.301 -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.300 -jammy-amd64 AS build
1+ FROM mcr.microsoft.com/dotnet/sdk:8.0.301 -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.300 -jammy-amd64
7+ FROM mcr.microsoft.com/dotnet/sdk:8.0.301 -jammy-amd64
88LABEL maintainer="eesast"
99WORKDIR /usr/local
1010COPY --from=build /usr/local/Server .
You can’t perform that action at this time.
0 commit comments