diff options
author | Shlee <github@shl.ee> | 2020-11-29 18:50:02 +1030 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-29 09:20:02 +0100 |
commit | b429d33e46457bbb2143b780c5a7a1f1bd5a8406 (patch) | |
tree | 31d9e344222fe6f0e778dadc445d9ef0cdc0e98c /Dockerfile | |
parent | 13b07b88f1aa79c31291473362ac77b31602c374 (diff) |
Update Dockerfile (#15232)
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 57d061fd0..95d45bab4 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 \ |