about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorShlee <github@shl.ee>2019-09-01 02:07:29 +0800
committerEugen Rochko <eugen@zeonfederated.com>2019-08-31 20:07:29 +0200
commit59b013df5f736de2ab959dbf139c2b961539cc71 (patch)
treedd4e0a6c44f26673ad97dc82f0241e1750993269 /Dockerfile
parent33f4b6e1ebe64114ef29ed0facf59a18b910235a (diff)
Update NodeJS source for Docker Image (#11707)
* Update Ruby/Node/jemalloc source for Docker Image

* Update Dockerfile

* Update Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 3cf12c22c..b5904ad95 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@ FROM ubuntu:18.04 as build-dep
 SHELL ["bash", "-c"]
 
 # Install Node
-ENV NODE_VER="8.15.0"
+ENV NODE_VER="12.9.1"
 RUN	echo "Etc/UTC" > /etc/localtime && \
 	apt update && \
 	apt -y install wget make gcc g++ python && \