Merge pull request 'Update mcr.microsoft.com/dotnet/runtime Docker tag to v10' (#300) from renovate/mcr.microsoft.com-dotnet-runtime-10.x into main
Some checks failed
renovate / renovate (push) Has been cancelled

This commit was merged in pull request #300.
This commit is contained in:
2025-11-30 02:09:24 +00:00

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:9.0
FROM mcr.microsoft.com/dotnet/runtime:10.0
WORKDIR /app
COPY --from=build /app .
ENTRYPOINT ["dotnet", "Worker.dll"]