From 5e0d661305e7b2caadceb91708658f00b45f4077 Mon Sep 17 00:00:00 2001 From: "projectorigin-renovate[bot]" <150237208+projectorigin-renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 10:09:44 +0000 Subject: [PATCH] Update mcr.microsoft.com/dotnet/aspnet Docker tag to v10 --- Electricity.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Electricity.Dockerfile b/Electricity.Dockerfile index 8fe2c396..112ac8f4 100644 --- a/Electricity.Dockerfile +++ b/Electricity.Dockerfile @@ -14,7 +14,7 @@ RUN dotnet build ./src/${PROJECT} -c Release --no-restore -p:CustomAssemblyName= RUN dotnet publish ./src/${PROJECT} -c Release --no-build -p:CustomAssemblyName=App -o /app/publish # ------- production image ------- -FROM mcr.microsoft.com/dotnet/aspnet:9.0.11-noble-chiseled-extra AS production +FROM mcr.microsoft.com/dotnet/aspnet:10.0.10-noble-chiseled-extra AS production WORKDIR /app COPY --from=build /app/publish .