I have a project built using .net 2.2. Here is the dockerfile from one of the services:
FROM mcr.microsoft.com/dotnet/core/aspnet:2.2 AS base WORKDIR /app EXPOSE