This triggeres some warnings about the following CVE: https://nvd.nist.gov/vuln/detail/CVE-2025-64756
When just rerunning npm install -g npm@latest, one gets the 11.7.0 npm version which has a newer glob.
Even the latest image has the old npm/glob version. Running the command above from the DOCKERFILE to update npm fixes the issue. Any chance you could do this in the base image? And also, can one check where regular builds of the image happen?