Skip to content

community/dotnet7: fix non-portable runtime-id

dotnet --info currently shows alpine.3.17.0-$arch. It should be alpine.3.17-$arch. Till proper fix is found, manually set TargetRid to strip the unwanted subversion.

Edited by Antoine Martin

Merge request reports