ibm-messaging / mq-dev-patterns

Code samples and messaging patterns for IBM MQ developers
Apache License 2.0
190 stars 163 forks source link

Bump Node dependency on Showcase app #171

Closed chughts closed 1 year ago

chughts commented 1 year ago

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.