fixed the Sentinel bug
This pull request fixes the issue described in #7420. Fix: Sentinel failing to start due to version 0.0.0 Sentinel was using the fallback version 0.0.0 when the external version check failed, causing the container to pull a non-existent image. I updated get_latest_sentinel_version in bootstrap/helpers/shared.php to read the version from the local versions.json instead of relying on a network request. This ensures Sentinel always uses a valid version and starts correctly, even offline.
Hey @sanjana2505006 the target branch should be next not v4.x
@ShadowArcanist okay, let me fix this!
Hello @ShadowArcanist @Cinzya, If there's anything further needed on this PR, please let me know. I'm happy to update accordingly.