Docker image build

Hello,

I have an application based on dot net code running on IIS as a webserver. Now I want to migrate the application to containers.
My requirement is of a suitable base image which can fulfill the following criteria:

  1. Linux based
  2. Dot net core code support
  3. Webserver

Can you guys provide some suggestions about which base image would be suitable?