Reason: The docker image avoided using the upstream `dotnet/runtime` image to save on image size. Total image size without it was under 50MB. By using the upstream image, image size goes up to about 120MB. The maintainability cost of avoiding the upstream image isn't worth it. It's also error prone, which is why this bug happened. The solution is to just use the upstream runtime image. Total image size goes up but it's more robust. Fixes #147.pull/151/head
parent
53d7233b1e
commit
06600c9a51
Loading…
Reference in new issue