Necessary to lint Dockerfiles. link:https://github.com/hadolint/hadolint[Details].
This wires up support for local and remote (CI) linting so all bases are covered. The builds will fail if any issues are detected. Documentation is updated accordingly (which also fixes the bullets to use proper ASCII Doc syntax).
Milestone: minor
Necessary to pick up latest fixes and enhancements. link:https://hanamirb.org/blog/2025/11/12/hanami-23-racked-and-ready[Details]. A few notes:
* Applied relevant changes as mentioned in the link:https://guides.hanamirb.org/v2.3/upgrade-notes/v2.3/[Upgrade Guide].
* Updated all actions to adhere to the new link:https://guides.hanamirb.org/v2.3/actions/formats-and-media-types/[response formats]. Unfortunately, none of the documentation links work when getting the deprecation warnings in the console so use what is linked to here.
* Was able to remove nearly all warnings but a new circular warning popped up so am ignoring for now. Opened an issue on this and will hopefully be fixed in the next patch release.
With this upgrade complete, we should be able to switch to using Rack 3.0.0 and higher next.
Milestone: minor