From e3c9b4f7bf6cf61b26d009e12f712a457c2cdb6d Mon Sep 17 00:00:00 2001 From: "projectorigin-renovate[bot]" <150237208+projectorigin-renovate[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:23:08 +0000 Subject: [PATCH] Update mcr.microsoft.com/dotnet/aspnet Docker tag to v10 --- Registry.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Registry.Dockerfile b/Registry.Dockerfile index f0d8d417..7f8d3258 100644 --- a/Registry.Dockerfile +++ b/Registry.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=Registry -o /app/publish # ------- production image ------- -FROM mcr.microsoft.com/dotnet/aspnet:9.0-noble AS production +FROM mcr.microsoft.com/dotnet/aspnet:10.0-noble AS production WORKDIR /app COPY --from=build /app/publish .