about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorShlee <github@shl.ee>2021-03-12 12:33:35 +0800
committerGitHub <noreply@github.com>2021-03-12 05:33:35 +0100
commitf56cf6e9d07a05def55ed6af4bf62b74a54ab019 (patch)
tree8695ca131f41517de5f12d9ead8c2f5a4344a31a /Dockerfile
parenta759cfdc822f946748bd2c42d0a1e6595c48d083 (diff)
Update Dockerfile (#15869)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 84e6435f3..1b89a97b7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@ FROM ubuntu:20.04 as build-dep
 SHELL ["/usr/bin/bash", "-c"]
 
 # Install Node v12 (LTS)
-ENV NODE_VER="12.20.1"
+ENV NODE_VER="12.21.0"
 RUN ARCH= && \
     dpkgArch="$(dpkg --print-architecture)" && \
   case "${dpkgArch##*-}" in \