From 1400a264838a8d91647bd703a2c79e1b335a8b05 Mon Sep 17 00:00:00 2001 From: Jon Buckley Date: Thu, 29 Mar 2018 11:11:02 -0400 Subject: [PATCH] fix(node): Use Node.js v6.14.0 (#332) --- Dockerfile-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-build b/Dockerfile-build index c20c1ce..4afe41f 100644 --- a/Dockerfile-build +++ b/Dockerfile-build @@ -1,4 +1,4 @@ -FROM node:6.13.1-alpine +FROM node:6.14.0-alpine RUN apk add --no-cache make git gcc g++ python