]> cat aescling's git repositories - mastodon.git/commitdiff
Updated NodeJS in Dockerfile (#12492)
authorShlee <github@shl.ee>
Fri, 29 Nov 2019 16:03:20 +0000 (00:03 +0800)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 29 Nov 2019 16:03:20 +0000 (17:03 +0100)
Dockerfile

index eaa92f0c224cd14162a8a9bce1b9a4ef0684c4f3..117727d08da0aba8e2e3980e7396020f98c2344f 100644 (file)
@@ -3,8 +3,8 @@ FROM ubuntu:18.04 as build-dep
 # Use bash for the shell
 SHELL ["bash", "-c"]
 
-# Install Node
-ENV NODE_VER="12.11.1"
+# Install Node v12 (LTS)
+ENV NODE_VER="12.13.1"  
 RUN    echo "Etc/UTC" > /etc/localtime && \
        apt update && \
        apt -y install wget python && \