From: Daniel Jakots Date: Sat, 19 Mar 2022 08:24:26 +0000 (-0400) Subject: Bump NODE_VER to 16.14.2 (#17825) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=8ee4fde19b1a9bd55d9ff9c8c0d0e6a3546c6782;p=mastodon.git Bump NODE_VER to 16.14.2 (#17825) See the announcement https://nodejs.org/en/blog/vulnerability/mar-2022-security-releases/ --- 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 \