We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d473b34 + b95387f commit 45aabfdCopy full SHA for 45aabfd
Dockerfile
@@ -31,7 +31,7 @@ COPY --from=frontend-build /src/wwwroot/build ./wwwroot/build
31
RUN dotnet publish -c Release -o /app/publish /p:UseAppHost=false /p:CI=true /p:DOCKER_BUILD=true
32
33
# Use the official .NET 8 runtime image for the final stage
34
-FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS runtime
+FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS runtime
35
36
WORKDIR /app
37
0 commit comments