From a0dbc7d3fa3f69294bba00fdb42ec5490c91e6b6 Mon Sep 17 00:00:00 2001 From: Joyce Babu Date: Thu, 21 Feb 2019 14:06:09 +0530 Subject: [PATCH] Upgrade node to 8.11.4 Upgrade node to v8.11.4, which is the version used by Rocket Chat. https://github.com/RocketChat/hubot-rocketchat/pull/216 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7e510621d..947b379db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:4.8.3 +FROM node:8.11.4 MAINTAINER Rocket.Chat Team RUN npm install -g coffee-script yo generator-hubot && \