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