chore(deps): update mcr.microsoft.com/dotnet/runtime docker tag to v9

This commit is contained in:
Renovate Bot 2025-03-18 23:03:25 +00:00
parent 4a1cdf70c5
commit 5e25b6deb9
Signed by: renovate
GPG key ID: 3A0CE4E8FD0069E6

View file

@ -10,7 +10,7 @@ RUN dotnet restore
COPY . .
RUN dotnet publish --self-contained -r debian.12-x64 -c Release -o out
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
COPY --from=build /app/out .