You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/BootstrapBlazor.Server/Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
#Depending on the operating system of the host machines(s) that will build or run the containers, the image specified in the FROM statement may need to be changed.
2
2
#For more information, please see https://aka.ms/containercompat
3
3
4
-
FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base
4
+
FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS base
5
5
WORKDIR /app
6
6
EXPOSE 8080
7
7
@@ -11,7 +11,7 @@ RUN apt install -y ./google-chrome-stable_current_amd64.deb
0 commit comments