]> cat aescling's git repositories - mastodon.git/commitdiff
Update Dockerfile (#15869)
authorShlee <github@shl.ee>
Fri, 12 Mar 2021 04:33:35 +0000 (12:33 +0800)
committerGitHub <noreply@github.com>
Fri, 12 Mar 2021 04:33:35 +0000 (05:33 +0100)
Dockerfile

index 84e6435f3ee715633c8c29ef6f5aa0442e2fa40c..1b89a97b74e1ae2f181ba7b394ed2357f1a4065a 100644 (file)
@@ -4,7 +4,7 @@ FROM ubuntu:20.04 as build-dep
 SHELL ["/usr/bin/bash", "-c"]
 
 # Install Node v12 (LTS)
-ENV NODE_VER="12.20.1"
+ENV NODE_VER="12.21.0"
 RUN ARCH= && \
     dpkgArch="$(dpkg --print-architecture)" && \
   case "${dpkgArch##*-}" in \