Update mcr.microsoft.com/dotnet/runtime Docker tag to v9
All checks were successful
renovate / renovate (push) Successful in 2m19s

This commit was merged in pull request #160.
This commit is contained in:
Renovate Bot
2024-10-20 02:18:50 +00:00
parent bcd310c9c2
commit 754164f43d

View File

@@ -31,7 +31,7 @@ RUN case ${TARGETPLATFORM} in \
&& dotnet publish -c release -o /app -r linux-${ARCH} --self-contained false --no-restore
# app image
FROM mcr.microsoft.com/dotnet/runtime:8.0
FROM mcr.microsoft.com/dotnet/runtime:9.0
WORKDIR /app
COPY --from=build /app .
ENTRYPOINT ["dotnet", "Worker.dll"]