about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorShlee <github@shl.ee>2022-06-27 07:02:48 +0000
committerGitHub <noreply@github.com>2022-06-27 09:02:48 +0200
commit602f291da9f4fa157233b29dc6ac96e784203c98 (patch)
tree1f78af1d3622fa52d7d1a5aecf51936eb91fdb09 /Dockerfile
parent829b978a89f71ecc76286be510d5ab70642ff014 (diff)
Update Dockerfile (#18717)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
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 \