diff options
Diffstat (limited to 'collection/node')
-rw-r--r-- | collection/node/install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/collection/node/install.sh b/collection/node/install.sh index c355168..0b2190b 100644 --- a/collection/node/install.sh +++ b/collection/node/install.sh @@ -98,6 +98,8 @@ if [ "${NODE_VERSION}" = "none" ]; then export NODE_VERSION= elif [ "${NODE_VERSION}" = "lts" ]; then export NODE_VERSION="lts/*" +elif [ "${NODE_VERSION}" = "latest" ]; then + export NODE_VERSION="node" fi # Create a symlink to the installed version for use in Dockerfile PATH statements |