mirror of
https://github.com/dokku/dokku.git
synced 2026-02-23 19:50:34 +01:00
The previous method sometimes truncated the sha, depending on how the app was deployed. Using the long sha will ensure that the value is stable, regardless of the deployment method. Closes #6770