sillsdev / languageforge-lexbox

Lexbox, SIL linguistic data hub
MIT License
7 stars 2 forks source link

Update SyncReverseProxy Dockerfile to ASP.NET 8.0 #1166

Closed rmunn closed 4 weeks ago

rmunn commented 4 weeks ago

backend/SyncReverseProxy/Dockerfile uses mcr.microsoft.com/dotnet/aspnet:7.0 and FROM mcr.microsoft.com/dotnet/sdk:7.0 images. We should bump that to 8.0 to match the rest of the project.

rmunn commented 4 weeks ago

No need, we'll just bump it to dotnet and ASP.NET 9.0 when we bump everything else to 9.0.