]> cat aescling's git repositories - mastodon.git/commitdiff
Update to Node.js-12.20.1 (#15558)
authorDaniel Jakots <danieljakots@users.noreply.github.com>
Thu, 28 Jan 2021 21:53:56 +0000 (16:53 -0500)
committerGitHub <noreply@github.com>
Thu, 28 Jan 2021 21:53:56 +0000 (22:53 +0100)
This is a security release. You can read the announce at
https://nodejs.org/en/blog/vulnerability/january-2021-security-releases/

Dockerfile

index 136b2a35ae6b9c9b75bddae0d79d924b1f2bc30a..84e6435f3ee715633c8c29ef6f5aa0442e2fa40c 100644 (file)
@@ -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 \