Update mcr.microsoft.com/dotnet/runtime Docker tag to v8 #15

Merged
marco merged 1 commits from renovate/mcr.microsoft.com-dotnet-runtime-8.x into main 2024-04-09 01:31:57 +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:7.0
FROM mcr.microsoft.com/dotnet/runtime:8.0
WORKDIR /app
COPY --from=build /app .
ENTRYPOINT ["dotnet", "Worker.dll"]