Compare commits
No commits in common. "30f78e475a9a40da32e37c54d219607669c582bd" and "5dba3f9c2328daa78dffa9379a63e151f99d5ef5" have entirely different histories.
30f78e475a
...
5dba3f9c23
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ RUN dotnet restore
|
|||
COPY . .
|
||||
RUN dotnet publish --self-contained -r debian.12-x64 -c Release -o out; exit 0
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/runtime:9.0-bookworm-slim AS runtime
|
||||
FROM mcr.microsoft.com/dotnet/runtime:6.0-bookworm-slim AS runtime
|
||||
WORKDIR /app
|
||||
COPY --from=build /app/out .
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue