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 f430365 commit d53c866Copy full SHA for d53c866
Samples/Blazor.Sample/Dockerfile
@@ -1,11 +1,11 @@
1
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
2
3
-FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
+FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base
4
WORKDIR /app
5
EXPOSE 80
6
EXPOSE 443
7
8
-FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
+FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
9
WORKDIR /src
10
COPY ["nuget.config", "."]
11
COPY ["Samples/Blazor.Sample/Blazor.Sample.csproj", "Samples/Blazor.Sample/"]
0 commit comments