Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Dockerfile for node 14 #61

Closed
wants to merge 1 commit into from

Conversation

wallace-soares
Copy link

Node 12 is no longer supported for deploy in Netlify. This PR makes the upgrade to Node 14

@hrishikesh-k hrishikesh-k added the type: chore work needed to keep the product and development running smoothly label Sep 18, 2022
@@ -1,4 +1,4 @@
FROM node:12-alpine
FROM node:14-alpine
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you consider changing this to 16 to be safer for a little more time?

@@ -1,4 +1,4 @@
FROM node:12-alpine
FROM node:14-alpine

LABEL version="1.0.1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sure to update the version to 1.0.3.

@hrishikesh-k hrishikesh-k mentioned this pull request Sep 18, 2022
@kitop
Copy link
Contributor

kitop commented Sep 27, 2022

Updated to Node 16 in #64. Closing this.

@kitop kitop closed this Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: chore work needed to keep the product and development running smoothly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants