]> cat aescling's git repositories - mastodon.git/commitdiff
[Security] Bump Node.js from 12.14.0 to 12.16.1 in Docker (#13235)
authorShlee <github@shl.ee>
Tue, 10 Mar 2020 11:00:55 +0000 (19:00 +0800)
committerGitHub <noreply@github.com>
Tue, 10 Mar 2020 11:00:55 +0000 (12:00 +0100)
* Update Dockerfile

* Update Dockerfile

Dockerfile

index a22efe67234eddf32dc6f1b38469befce7151d28..77a402a32b896a18df317b239fddde6590ba5177 100644 (file)
@@ -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 \