diff options
author | Shlee <github@shl.ee> | 2022-06-27 07:02:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-27 09:02:48 +0200 |
commit | 602f291da9f4fa157233b29dc6ac96e784203c98 (patch) | |
tree | 1f78af1d3622fa52d7d1a5aecf51936eb91fdb09 /Dockerfile | |
parent | 829b978a89f71ecc76286be510d5ab70642ff014 (diff) |
Update Dockerfile (#18717)
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 2073cbebf..6180e0796 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ SHELL ["/bin/bash", "-c"] RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections # Install Node v16 (LTS) -ENV NODE_VER="16.14.2" +ENV NODE_VER="16.15.1" RUN ARCH= && \ dpkgArch="$(dpkg --print-architecture)" && \ case "${dpkgArch##*-}" in \ |