From 754164f43dfd3d8a64b58a66f94ca61fa3f117c1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 20 Oct 2024 02:18:50 +0000 Subject: [PATCH] Update mcr.microsoft.com/dotnet/runtime Docker tag to v9 --- image-buiild/worker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image-buiild/worker/Dockerfile b/image-buiild/worker/Dockerfile index dbea1f6..4ebe510 100644 --- a/image-buiild/worker/Dockerfile +++ b/image-buiild/worker/Dockerfile @@ -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"] \ No newline at end of file