Bumping the dockerfile baseimage from node 8.1 to 8.6

This commit is contained in:
Programster 2017-09-27 01:21:44 +00:00
parent c7c972d1d5
commit 66fa5e1e32

View file

@ -1,4 +1,4 @@
FROM node:8.1 FROM node:8.6
# First install dependencies # First install dependencies
COPY ./package.json ./app/ COPY ./package.json ./app/