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 has been 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)
The text was updated successfully, but these errors were encountered:
Thank you and congrats🎉 for opening your very first issue in this project.Canvasboard is an interactive board with plugins focusing on replacing the need of multiple platforms for teaching, presenting or explaining your ideas. The interactive plugins are built using web technologies to ease your work right within a single platform. Please adhere to our Code of Conduct.🙌 You may submit a PR if you like, make sure to follow our Pull Request Template. If you want to report a bug🐞 please follow our Issue Template. Also make sure you include steps to reproduce it and be patient while we get back to you.😄
Feel free to join our Slack Community.💖 We have different channels for active discussions.✨ Hope you have a great time there!😄
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
ornode:16
(LTS)The text was updated successfully, but these errors were encountered: