actions
actions copied to clipboard
Update to Node 22
This pull request updates the Dockerfile for the CLI to use a newer Node.js version and increments the version label.
Dockerfile updates:
-
cli/Dockerfile: Updated the base image fromnode:16-alpinetonode:22-alpineto ensure compatibility with the latest Node.js features and security updates. -
cli/Dockerfile: Incremented the version label from1.0.3to1.0.4to reflect the changes.