]> cat aescling's git repositories - mastodon.git/commitdiff
Update Dockerfile (#15232)
authorShlee <github@shl.ee>
Sun, 29 Nov 2020 08:20:02 +0000 (18:50 +1030)
committerGitHub <noreply@github.com>
Sun, 29 Nov 2020 08:20:02 +0000 (09:20 +0100)
Dockerfile

index 57d061fd0ed0ffafa04b8aa839188f6319c32f92..95d45bab427007e1e8fd2538ddc6dca229399927 100644 (file)
@@ -4,7 +4,7 @@ FROM ubuntu:20.04 as build-dep
 SHELL ["bash", "-c"]
 
 # Install Node v12 (LTS)
-ENV NODE_VER="12.16.3"
+ENV NODE_VER="12.20.0"
 RUN ARCH= && \
     dpkgArch="$(dpkg --print-architecture)" && \
   case "${dpkgArch##*-}" in \