This repository was archived by the owner on Dec 6, 2023. It is now read-only.
This repository was archived by the owner on Dec 6, 2023. It is now read-only.
Dockerfile potentially out of date #495
Open
Description
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)
Metadata
Metadata
Assignees
Labels
No labels