mirror of
https://ghfast.top/https://github.com/discourse/docker_manager.git
synced 2026-05-26 00:34:01 +08:00
This check was added in 2022 to force container rebuilds when running a Discourse version older than a specified minimum. However, it relied on `Discourse::VERSION::PRE` to distinguish between stable and beta tracks, which no longer works under the new versioning scheme where `PRE` is always nil. More importantly, the minimum versions (`3.0.0` and `3.1.0.beta1`) haven't been updated since April 2023, and any current Discourse version (`2026.x`) far exceeds these thresholds, making this check permanently false and effectively dead code. The remaining upgrade_required checks (Docker image version, Ruby version, and missing upstream branch) continue to function correctly. |
||
|---|---|---|
| .. | ||
| admin_controller.rb | ||