File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/aspnet:8 .0 AS base
1+ FROM mcr.microsoft.com/dotnet/aspnet:9 .0 AS base
22WORKDIR /app
33EXPOSE 80
44EXPOSE 443
55
6- FROM mcr.microsoft.com/dotnet/sdk:8 .0 AS build
6+ FROM mcr.microsoft.com/dotnet/sdk:9 .0 AS build
77WORKDIR /src
88COPY ["TransitApi/TransitApi.csproj", "TransitApi/"]
99RUN dotnet restore "TransitApi/TransitApi.csproj"
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/aspnet:8 .0 AS base
1+ FROM mcr.microsoft.com/dotnet/aspnet:9 .0 AS base
22WORKDIR /app
33EXPOSE 80
44EXPOSE 443
55
6- FROM mcr.microsoft.com/dotnet/sdk:8 .0 AS build
6+ FROM mcr.microsoft.com/dotnet/sdk:9 .0 AS build
77WORKDIR /src
88COPY ["TransitWebViewer/TransitWebViewer.csproj", "TransitWebViewer/"]
99RUN dotnet restore "TransitWebViewer/TransitWebViewer.csproj"
You can’t perform that action at this time.
0 commit comments