File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/aspnet:9 .0 AS base
1+ FROM mcr.microsoft.com/dotnet/aspnet:10 .0 AS base
22WORKDIR /app
33EXPOSE 8000
44EXPOSE 8002
55
6- FROM mcr.microsoft.com/dotnet/sdk:9 .0 AS build
6+ FROM mcr.microsoft.com/dotnet/sdk:10 .0 AS build
77WORKDIR /src
88# Copy central props for TargetFramework and package management
99COPY ["Directory.Build.props" , "/src/" ]
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/aspnet:9 .0 AS base
1+ FROM mcr.microsoft.com/dotnet/aspnet:10 .0 AS base
22WORKDIR /app
33EXPOSE 8004
44EXPOSE 8006
55
6- FROM mcr.microsoft.com/dotnet/sdk:9 .0 AS build
6+ FROM mcr.microsoft.com/dotnet/sdk:10 .0 AS build
77WORKDIR /src
88COPY ["Directory.Build.props" , "/src/" ]
99COPY ["Directory.Packages.props" , "/src/" ]
You can’t perform that action at this time.
0 commit comments