docker: switch from nodejs-current to nodejs
renovatebot 38 added a hard requirement for nodejs-20 (LTS), so
nodejs-current
is no longer accepted.
When running renovate, it complains that the nodejs platform is not supported.
Fix this by switching to nodejs
, which is the LTS version of nodejs in
Alpine, which matches the requirement in Alpine 3.20.
Edited by Kevin Daudt