From: Shlee Date: Fri, 12 Mar 2021 04:33:35 +0000 (+0800) Subject: Update Dockerfile (#15869) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=f56cf6e9d07a05def55ed6af4bf62b74a54ab019;p=mastodon.git Update Dockerfile (#15869) --- diff --git a/Dockerfile b/Dockerfile index 84e6435f3..1b89a97b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \