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.
1 parent 1990a47 commit 24dbe63Copy full SHA for 24dbe63
COMETwebapp/Dockerfile
@@ -16,7 +16,7 @@ RUN dotnet build COMETwebapp -c Release -o /app/build --no-restore
16
FROM build AS publish
17
RUN dotnet publish COMETwebapp -c Release -o /app/publish
18
19
-FROM mcr.microsoft.com/dotnet/aspnet:8.0.10-alpine3.20 AS final
+FROM mcr.microsoft.com/dotnet/aspnet:9.0.2-alpine3.21 AS final
20
WORKDIR /app
21
COPY --from=publish /app/publish .
22
0 commit comments