summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShlee <github@shl.ee>2020-11-29 18:50:02 +1030
committerGitHub <noreply@github.com>2020-11-29 09:20:02 +0100
commitb429d33e46457bbb2143b780c5a7a1f1bd5a8406 (patch)
tree31d9e344222fe6f0e778dadc445d9ef0cdc0e98c
parent13b07b88f1aa79c31291473362ac77b31602c374 (diff)
Update Dockerfile (#15232)
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 57d061fd0ed..95d45bab427 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@ FROM ubuntu:20.04 as build-dep
SHELL ["bash", "-c"]
# Install Node v12 (LTS)
-ENV NODE_VER="12.16.3"
+ENV NODE_VER="12.20.0"
RUN ARCH= && \
dpkgArch="$(dpkg --print-architecture)" && \
case "${dpkgArch##*-}" in \