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