Bump NODE_VER to 16.14.2 (#17825)

See the announcement
https://nodejs.org/en/blog/vulnerability/mar-2022-security-releases/
This commit is contained in:
Daniel Jakots 2022-03-19 04:24:26 -04:00 committed by GitHub
parent 3349cbeb3e
commit 8ee4fde19b
1 changed files with 1 additions and 1 deletions

View File

@ -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 \