about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorDaniel Jakots <danieljakots@users.noreply.github.com>2022-03-19 04:24:26 -0400
committerGitHub <noreply@github.com>2022-03-19 09:24:26 +0100
commit8ee4fde19b1a9bd55d9ff9c8c0d0e6a3546c6782 (patch)
treeef4855076eb353edc18c6168f0c25857dc2cbb49 /Dockerfile
parent3349cbeb3ed0edc118b5c66270367b3ca03b93b2 (diff)
Bump NODE_VER to 16.14.2 (#17825)
See the announcement
https://nodejs.org/en/blog/vulnerability/mar-2022-security-releases/
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 1b3661561..2073cbebf 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.13.2"
+ENV NODE_VER="16.14.2"
 RUN ARCH= && \
     dpkgArch="$(dpkg --print-architecture)" && \
   case "${dpkgArch##*-}" in \