The way the base docker Ubuntu image is built with npm is now mandating that the minimum version of Node.js is 18.17.0
The image build fails if the docker build steps try to install an earlier version.
The Dockerfile and package.json have been updated to install Node.js 18.17.1 as a minimum.
The way the base docker Ubuntu image is built with npm is now mandating that the minimum version of Node.js is 18.17.0 The image build fails if the docker build steps try to install an earlier version.
The Dockerfile and package.json have been updated to install Node.js 18.17.1 as a minimum.