From f8a0c009206cb40aed6681e88e96fb5d9b30320c Mon Sep 17 00:00:00 2001
From: Shlee <github@shl.ee>
Date: Wed, 2 Oct 2019 23:28:31 +0800
Subject: [PATCH] Update nodejs in Dockerfile (#12052)

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index dc7945b8455..e963674a55e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@ FROM ubuntu:18.04 as build-dep
 SHELL ["bash", "-c"]
 
 # Install Node
-ENV NODE_VER="12.9.1"
+ENV NODE_VER="12.11.1"
 RUN	echo "Etc/UTC" > /etc/localtime && \
 	apt update && \
 	apt -y install wget python && \