aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2018-03-09 15:45:45 -0800
committerGravatar murgatroid99 <mlumish@google.com>2018-03-09 15:45:45 -0800
commit9eb82a446196443fb60cb9bc91b6b46f75aa3775 (patch)
tree3ec5cfc8179ee736d0b638f88a1482ad9784b48a /templates/tools
parent2c86e064f0466affdae38cfd6785566a77e8bd03 (diff)
Regenerate Dockerfiles, fix image name reference, don't use mixed fixtures for Node
Diffstat (limited to 'templates/tools')
-rw-r--r--templates/tools/dockerfile/node_deps.include3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/tools/dockerfile/node_deps.include b/templates/tools/dockerfile/node_deps.include
index 2f7d0d3abb..bee3087b3f 100644
--- a/templates/tools/dockerfile/node_deps.include
+++ b/templates/tools/dockerfile/node_deps.include
@@ -9,4 +9,5 @@ RUN /bin/bash -l -c "nvm install 4 && npm config set cache /tmp/npm-cache && npm
RUN /bin/bash -l -c "nvm install 5 && npm config set cache /tmp/npm-cache && npm install -g npm"
RUN /bin/bash -l -c "nvm install 6 && npm config set cache /tmp/npm-cache && npm install -g npm"
RUN /bin/bash -l -c "nvm install 8 && npm config set cache /tmp/npm-cache && npm install -g npm"
-RUN /bin/bash -l -c "nvm alias default 8" \ No newline at end of file
+RUN /bin/bash -l -c "nvm install 9 && npm config set cache /tmp/npm-cache && npm install -g npm"
+RUN /bin/bash -l -c "nvm alias default 9" \ No newline at end of file