renovate/mcr.microsoft.com-dotnet-runtime-9.x #6

Merged
sebleh merged 3 commits from renovate/mcr.microsoft.com-dotnet-runtime-9.x into master 2025-03-19 01:14:50 +01:00

View file

@ -10,7 +10,7 @@ RUN dotnet restore
COPY . . COPY . .
RUN dotnet publish --self-contained -r debian.12-x64 -c Release -o out; exit 0 RUN dotnet publish --self-contained -r debian.12-x64 -c Release -o out; exit 0
FROM mcr.microsoft.com/dotnet/runtime:6.0-bookworm-slim AS runtime FROM mcr.microsoft.com/dotnet/runtime:9.0-bookworm-slim AS runtime
WORKDIR /app WORKDIR /app
COPY --from=build /app/out . COPY --from=build /app/out .