From ff9bd6404d2e946f12a0fd8a3b92a8cb4b39f88d Mon Sep 17 00:00:00 2001 From: Brook Elgie Date: Fri, 3 Mar 2017 08:12:13 +0000 Subject: [PATCH] node-gyp issue fixed, bump to node 7.7.x See https://github.com/nodejs/docker-node/issues/349 --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 80aa5c32..a6862610 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:7.6-alpine +FROM node:7.7-alpine MAINTAINER Paul Walsh @@ -38,4 +38,3 @@ RUN apk add --no-cache --virtual build-dependencies \ EXPOSE 5000 CMD make server -