From: Shlee Date: Tue, 10 Mar 2020 11:00:55 +0000 (+0800) Subject: [Security] Bump Node.js from 12.14.0 to 12.16.1 in Docker (#13235) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=51a1fbaafcc67153b69960477259a469f76a1fe3;p=mastodon.git [Security] Bump Node.js from 12.14.0 to 12.16.1 in Docker (#13235) * Update Dockerfile * Update Dockerfile --- diff --git a/Dockerfile b/Dockerfile index a22efe672..77a402a32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM ubuntu:18.04 as build-dep SHELL ["bash", "-c"] # Install Node v12 (LTS) -ENV NODE_VER="12.14.0" +ENV NODE_VER="12.16.1" RUN ARCH= && \ dpkgArch="$(dpkg --print-architecture)" && \ case "${dpkgArch##*-}" in \