Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
node-gyp issue fixed, bump to node 7.7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
brew committed Mar 3, 2017
1 parent fa99b66 commit ff9bd64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:7.6-alpine
FROM node:7.7-alpine

MAINTAINER Paul Walsh <[email protected]>

Expand Down Expand Up @@ -38,4 +38,3 @@ RUN apk add --no-cache --virtual build-dependencies \
EXPOSE 5000

CMD make server

0 comments on commit ff9bd64

Please sign in to comment.