Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

awaterma
Copy link
Member

@awaterma awaterma commented Jan 2, 2020

Simple test for issue #144 that proves it is not an issue in the codebase. Update Dockerfile to explicitly use Node 12 LTR.

Copy link
Contributor

@medelibero-sfdc medelibero-sfdc left a comment

Choose a reason for hiding this comment

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

In general this looks good and is inline with the issue raised in #144. I just had a question about the dockerfile version number but that shouldn't block this PR. Thank you for doing it.

@@ -1,4 +1,4 @@
FROM node
FROM node:12
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a reason we went with version 12 instead of latest or 13?

Copy link
Member Author

Choose a reason for hiding this comment

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

13 isn't a LTS (long term supported release). Latest is a bit ephemeral; it doesn't always point to the latest build. More here: https://medium.com/@mccode/the-misunderstood-docker-tag-latest-af3babfd6375

Here's some info on Node releases and LTS: https://nodejs.org/en/about/releases/

Copy link
Contributor

Choose a reason for hiding this comment

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

Ahh got it. Fair enough. I just wanted to make sure.

@awaterma awaterma merged commit dcfdd03 into salesforce:master Jan 3, 2020
@awaterma awaterma deleted the awaterma-issue#144_property_secure branch January 3, 2020 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants