diff options
author | Shlee <github@shl.ee> | 2020-03-10 19:00:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-10 12:00:55 +0100 |
commit | 51a1fbaafcc67153b69960477259a469f76a1fe3 (patch) | |
tree | 94ac447edbce9ddebcbf25a582ed2be69254cab7 | |
parent | 90f3a0006243250ced6e7e192f81513d6b731b33 (diff) |
[Security] Bump Node.js from 12.14.0 to 12.16.1 in Docker (#13235)
* Update Dockerfile * Update Dockerfile
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index a22efe672..77a402a32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM ubuntu:18.04 as build-dep SHELL ["bash", "-c"] # Install Node v12 (LTS) -ENV NODE_VER="12.14.0" +ENV NODE_VER="12.16.1" RUN ARCH= && \ dpkgArch="$(dpkg --print-architecture)" && \ case "${dpkgArch##*-}" in \ |