Security Upgradable Packages Kept Back

Probably soon, yes. Looking over this forum topic along with other related issues in GitHub, there does not seem to be any objection at this time. Also if you run the shell installer today you’d get the updates, so this looks like more of an artifact/holdover from some earlier development when the underlying libraries may have been more of a moving target.

Related, checking the output of:

apt-cache policy node-* | grep Packages | sort -u

…lists standard repos:

        500 http://deb.debian.org/debian bookworm/main amd64 Packages
        500 http://ftp.debian.org/debian bookworm/main amd64 Packages
        500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages

So, if others can test on their own using the following commands, then it would help guide the decision to modify this line in the shell installer:

sudo apt-mark unhold nodejs
sudo apt-mark unhold node-*
sudo apt-mark showhold ; # should now list only freepbx17 and sangoma-pbx17
sudo apt update
sudo apt upgrade

…then perform your normal QA on your test system(s) before attempting in production. :slight_smile: