]> cat aescling's git repositories - mastodon.git/commitdiff
Update nodejs in Dockerfile (#12052)
authorShlee <github@shl.ee>
Wed, 2 Oct 2019 15:28:31 +0000 (23:28 +0800)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 2 Oct 2019 15:28:31 +0000 (17:28 +0200)
Dockerfile

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