Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR updates the main branch with the Node 10 image update that was released and tagged as
0.3.0
.Will this affect me?
Probably not.
If you are using this Docker image in a project build or pipeline, check to see what image tag you are using. If you do not indicate a tag (
thinkcompany/docker-node-deploy
), which is the same as using thelatest
tag (thinkcompany/docker-node-deploy:latest
), you should change this to use a specific tag. Using thelatest
tag is not recommended because the image can change whenever an untagged build is published. When you use a specific tag for this image, you can ensure the version of Node being installed in your build container is not going to change.From https://kubernetes.io/docs/concepts/configuration/overview/#container-images