diff options
author | Shlee <github@shl.ee> | 2021-03-12 12:33:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-12 05:33:35 +0100 |
commit | f56cf6e9d07a05def55ed6af4bf62b74a54ab019 (patch) | |
tree | 8695ca131f41517de5f12d9ead8c2f5a4344a31a | |
parent | a759cfdc822f946748bd2c42d0a1e6595c48d083 (diff) |
Update Dockerfile (#15869)
-rw-r--r-- | Dockerfile | 2 |
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 \ |