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 .