Hi!
Thanks for your useful image :)
We are using your image for quite sometime from a node.js application.
Everything worked up until node.js 16, and when we tried to upgrade to node.js 18 or above it started to fail on:
6.231 Some packages could not be installed. This may mean that you have
6.231 requested an impossible situation or if you are using the unstable
6.231 distribution that some required packages have not yet been created
6.231 or been moved out of Incoming.
6.231 The following information may help to resolve the situation:
6.231
6.231 The following packages have unmet dependencies:
6.288 nodejs : Depends: libc6 (>= 2.28) but 2.23-0ubuntu10 is to be installed
6.288 Depends: libstdc++6 (>= 7) but 5.4.0-6ubuntu1~16.04.10 is to be installed
6.299 E: Unable to correct problems, you have held broken packages.
It seems node.js > 18 requires libc6 >= 2.28 and libstdc++6 >= 7, which aren't available in Ubuntu 16.04.
More info can be found here:

It is possible to update the image to support Ubuntu 20.04 or above?
Hi!
Thanks for your useful image :)
We are using your image for quite sometime from a node.js application.
Everything worked up until node.js 16, and when we tried to upgrade to node.js 18 or above it started to fail on:
It seems node.js > 18 requires libc6 >= 2.28 and libstdc++6 >= 7, which aren't available in Ubuntu 16.04.
More info can be found here:

It is possible to update the image to support Ubuntu 20.04 or above?