Currently, some of the dependencies are held back due to an "old" base image: ruby:3.2.1-bullseye installs an old node version (8?) which in turn requires Python 2 to be available. Both of which are long EOL. ruby:3.2.2-bookworm comes with a more recent Debian version that installs Node 18 which supports Python 3.
Currently, some of the dependencies are held back due to an "old" base image:
ruby:3.2.1-bullseyeinstalls an old node version (8?) which in turn requires Python 2 to be available. Both of which are long EOL.ruby:3.2.2-bookwormcomes with a more recent Debian version that installs Node 18 which supports Python 3.