Running .NET 6 project in Docker throws Globalization.CultureNotFoundException
I have upgraded API project from .NET 5 to .NET 6 successfully and running fine when executed locally (without Docker). I have also updated the version in Dockerfile from "5.0-alpine3.13" to "6.0-alpine3.14" as below (only change I made). ARG VERSION=6.0-alpine3.14…