diff options
author | Shlee <github@shl.ee> | 2021-09-14 01:03:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-13 19:03:14 +0200 |
commit | 12cb6ed46167bf62ceade2a16e55e233a90f13d4 (patch) | |
tree | fd636eeaae3a90181c1877e9f8423f060c28e025 /Dockerfile | |
parent | 3d98f31c650fe780b3c1b307c680aaf2b0d72169 (diff) |
Update Dockerfile (#16696)
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index fb596fdbf..0b88b49a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM ubuntu:20.04 as build-dep SHELL ["/bin/bash", "-c"] # Install Node v14 (LTS) -ENV NODE_VER="14.17.4" +ENV NODE_VER="14.17.6" RUN ARCH= && \ dpkgArch="$(dpkg --print-architecture)" && \ case "${dpkgArch##*-}" in \ |