]> cat aescling's git repositories - mastodon.git/commitdiff
Bump NODE_VER to 16.13.2, to solve security issues (#17399)
authorDaniel Jakots <danieljakots@users.noreply.github.com>
Sun, 30 Jan 2022 23:32:03 +0000 (18:32 -0500)
committerGitHub <noreply@github.com>
Sun, 30 Jan 2022 23:32:03 +0000 (00:32 +0100)
Fixes CVE-2021-44532, CVE-2021-44533, and CVE-2022-21824.
See: https://nodejs.org/en/blog/vulnerability/jan-2022-security-releases/

Dockerfile

index 590b6eddfff6e8512d107e94f976784413f5f44b..c6287b5a7a6602ddeb48f4064ffd18cd77468646 100644 (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.0"
+ENV NODE_VER="16.13.2"
 RUN ARCH= && \
     dpkgArch="$(dpkg --print-architecture)" && \
   case "${dpkgArch##*-}" in \