From: Daniel Jakots Date: Thu, 28 Jan 2021 21:53:56 +0000 (-0500) Subject: Update to Node.js-12.20.1 (#15558) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=b4281f5a51c8c54891b7a74e9573faec6871a460;p=mastodon.git Update to Node.js-12.20.1 (#15558) This is a security release. You can read the announce at https://nodejs.org/en/blog/vulnerability/january-2021-security-releases/ --- diff --git a/Dockerfile b/Dockerfile index 136b2a35a..84e6435f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM ubuntu:20.04 as build-dep SHELL ["/usr/bin/bash", "-c"] # Install Node v12 (LTS) -ENV NODE_VER="12.20.0" +ENV NODE_VER="12.20.1" RUN ARCH= && \ dpkgArch="$(dpkg --print-architecture)" && \ case "${dpkgArch##*-}" in \