Upgrading node.js version
-
Looks like the "full" image is using node version 18, https://github.com/jsreport/jsreport/blob/master/packages/jsreport/docker/full/Dockerfile#L50.
Could it be replaced by node 20 or 22 as version 18 won't receive security updates after 4/30 as per https://endoflife.date/nodejs?
-
Yes, we will try to update it with the next release, it shouldn't be problem.
Only the compiled jsreport binary could be a problem so it may take more time.