Browse Source

Update Node to 16.17.1 (#19224)

See
https://nodejs.org/en/blog/vulnerability/september-2022-security-releases/
for the details.
closed-social-glitch-2
Daniel Jakots 1 year ago
committed by GitHub
parent
commit
0c99c6c3df
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile 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.16.0"
ENV NODE_VER="16.17.1"
RUN ARCH= && \
dpkgArch="$(dpkg --print-architecture)" && \
case "${dpkgArch##*-}" in \

Loading…
Cancel
Save