Description
We build our containers based on the upstream node:XX-alpine containers.
These contain an older version of npm that triggers security scan warnings.
We should update the docker build to npm install -g npm to ensure the latest version is installed.
All of the containers we build need to be updated; not just the ones in this repository, but the device-agent as well.
Our Node-RED containers are based on the community images. We should update the community images similarly for the next 4.1.x maintenance release.
Tagging customer-request as this has been highlighted through a package scan provided by a customer.
Description
We build our containers based on the upstream
node:XX-alpinecontainers.These contain an older version of
npmthat triggers security scan warnings.We should update the docker build to
npm install -g npmto ensure the latest version is installed.All of the containers we build need to be updated; not just the ones in this repository, but the
device-agentas well.Our Node-RED containers are based on the community images. We should update the community images similarly for the next 4.1.x maintenance release.
Tagging
customer-requestas this has been highlighted through a package scan provided by a customer.