about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorDaniel Jakots <danieljakots@users.noreply.github.com>2021-01-28 16:53:56 -0500
committerGitHub <noreply@github.com>2021-01-28 22:53:56 +0100
commitb4281f5a51c8c54891b7a74e9573faec6871a460 (patch)
treea6e6fcbaa8f2a0634f3d2fd9050f0e36d8d7e4a1 /Dockerfile
parent2319e85a8a681b135b80e12a2f32a5cdbcec1b6a (diff)
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/
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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 \