]> cat aescling's git repositories - mastodon.git/commitdiff
Upgrade Node v12 in Dockerfile (#12703)
authorShlee <github@shl.ee>
Mon, 30 Dec 2019 06:41:40 +0000 (14:41 +0800)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 30 Dec 2019 06:41:40 +0000 (07:41 +0100)
Dockerfile

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