Compare commits

...

4 commits

Author SHA1 Message Date
30f78e475a Merge pull request 'renovate/mcr.microsoft.com-dotnet-runtime-9.x' (#6) from renovate/mcr.microsoft.com-dotnet-runtime-9.x into master
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #6
2025-03-19 01:14:49 +01:00
4037caa394 Merge pull request 'master' (#3) from master into renovate/mcr.microsoft.com-dotnet-runtime-9.x
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #3
2025-03-19 01:10:30 +01:00
b8c455c0c1 Merge pull request 'master' (#2) from master into renovate/mcr.microsoft.com-dotnet-runtime-9.x
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Reviewed-on: #2
2025-03-19 00:39:46 +01:00
5e25b6deb9
chore(deps): update mcr.microsoft.com/dotnet/runtime docker tag to v9 2025-03-18 23:03:25 +00:00

View file

@ -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: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 .