Skip to content

Commit 24dbe63

Browse files
Update Dockerfile to support net9.0
1 parent 1990a47 commit 24dbe63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

COMETwebapp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN dotnet build COMETwebapp -c Release -o /app/build --no-restore
1616
FROM build AS publish
1717
RUN dotnet publish COMETwebapp -c Release -o /app/publish
1818

19-
FROM mcr.microsoft.com/dotnet/aspnet:8.0.10-alpine3.20 AS final
19+
FROM mcr.microsoft.com/dotnet/aspnet:9.0.2-alpine3.21 AS final
2020
WORKDIR /app
2121
COPY --from=publish /app/publish .
2222

0 commit comments

Comments
 (0)