CircleCI already provides helpful floating tags like lts, but there isn’t a clean way to pin to a specific major Node version while still automatically receiving patch updates. If I want to stay on Node 22 and make a conscious decision about when to upgrade to Node 24, I currently have to specify a full minor version (e.g. 22.21), which then requires manual updates for every patch release. It would be very helpful to support major-version-only tags such as cimg/node:22, which would always resolve to the latest available patch within that major release. This would allow teams to intentionally control major upgrades while still benefiting from automatic security and bug fix updates. This approach would reduce maintenance overhead, improve security hygiene, and align with common Docker image tagging patterns.