eisengrind / docker-altv-server

The unofficial alt:V server Docker image.
https://hub.docker.com/r/eisengrind/altv-server
MIT License
21 stars 18 forks source link

Pin dotnet-runtime to version 5.0.0 #12

Closed caioquirino closed 3 years ago

caioquirino commented 3 years ago

This will fix the following error in the release channel:

altv_1 | Unhandled exception. System.IO.FileLoadException: Could not load file or assembly 'System.Runtime, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The located assembly's manifest definition does not match the assembly reference. (0x80131040) altv_1 | File name: 'System.Runtime, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'

caioquirino commented 3 years ago

I think that the CI failed because I don't have the GH Actions secrets configured in my fork, could you check the change locally before applying please? :)

pixlcrashr commented 3 years ago

Good point with that .NET version. I'll get a look into that in a second.

caioquirino commented 3 years ago

It won't work as the coreclr-module is pinned to coreclr-module as well... it looks like we have two mismatching required versions... :s

pixlcrashr commented 3 years ago

It won't work as the coreclr-module is pinned to coreclr-module as well... it looks like we have two mismatching required versions... :s

See Issue #11 for more information. I'll close that merge request.