From: Shlee Date: Mon, 13 Sep 2021 17:03:14 +0000 (+0800) Subject: Update Dockerfile (#16696) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=12cb6ed46167bf62ceade2a16e55e233a90f13d4;p=mastodon.git Update Dockerfile (#16696) --- diff --git a/Dockerfile b/Dockerfile index fb596fdbf..0b88b49a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM ubuntu:20.04 as build-dep SHELL ["/bin/bash", "-c"] # Install Node v14 (LTS) -ENV NODE_VER="14.17.4" +ENV NODE_VER="14.17.6" RUN ARCH= && \ dpkgArch="$(dpkg --print-architecture)" && \ case "${dpkgArch##*-}" in \