]> cat aescling's git repositories - mastodon.git/commitdiff
Bump NODE_VER to 16.14.2 (#17825)
authorDaniel Jakots <danieljakots@users.noreply.github.com>
Sat, 19 Mar 2022 08:24:26 +0000 (04:24 -0400)
committerGitHub <noreply@github.com>
Sat, 19 Mar 2022 08:24:26 +0000 (09:24 +0100)
See the announcement
https://nodejs.org/en/blog/vulnerability/mar-2022-security-releases/

Dockerfile

index 1b3661561e71619b8d0f4f34cc5a85847644d224..2073cbebff1541facaba83f3ebcd26d19040f0c9 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.2"
+ENV NODE_VER="16.14.2"
 RUN ARCH= && \
     dpkgArch="$(dpkg --print-architecture)" && \
   case "${dpkgArch##*-}" in \