You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 6, 2023. It is now read-only.
Description
In the Dockerfile, we are pulling the image of node:12.
The dockerhub page of node includes images for node:18, and other more recent versions.
Proposed Solution
We can change the Dockerfile by pulling node:18 or node:16 (LTS)
Description
In the Dockerfile, we are pulling the image of
node:12.The dockerhub page of node includes images for
node:18, and other more recent versions.Proposed Solution
We can change the Dockerfile by pulling
node:18ornode:16(LTS)