vanderby / SonarQube-AzureAppService

Instructions and files to host SonarQube on an Azure App Service without a container.
MIT License
90 stars 165 forks source link

Deploy-SonarQubeAzureAppService Doesn't Pick Minor Upgrades #12

Closed vanderby closed 5 years ago

vanderby commented 5 years ago

The deploy script will not find a minor upgrade as the latest version. E.g. it will still prefer 7.9.zip instead of 7.9.1.zip

Due to the default string sort logic seeing '1' as an earlier character than 'z'.

11