From 2ea63a26099c414faa5aead957c2b521bd0faa50 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Thu, 30 Apr 2020 12:58:27 -0700 Subject: [PATCH] Updates to node v14 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d8853a89..25909f5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build assets -FROM node:13-alpine as node +FROM node:14-alpine as node RUN apk add --no-cache git openssh python make g++ util-linux