From e7d3495874bd60d426815c8a9df24ef6e8df5a52 Mon Sep 17 00:00:00 2001
From: Shlee <github@shl.ee>
Date: Mon, 30 Dec 2019 14:41:40 +0800
Subject: [PATCH] Upgrade Node v12 in Dockerfile (#12703)

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

diff --git a/Dockerfile b/Dockerfile
index 117727d08d..cc75bd6bee 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@ FROM ubuntu:18.04 as build-dep
 SHELL ["bash", "-c"]
 
 # Install Node v12 (LTS)
-ENV NODE_VER="12.13.1"  
+ENV NODE_VER="12.14.0"  
 RUN	echo "Etc/UTC" > /etc/localtime && \
 	apt update && \
 	apt -y install wget python && \
-- 
GitLab