Merge pull request #322 from programster/dockerfile-node-bump
Bumping the dockerfile baseimage from node 8.1 to 8.6
This commit is contained in:
commit
6e51a074d6
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:8.1
|
||||
FROM node:8.6
|
||||
|
||||
# First install dependencies
|
||||
COPY ./package.json ./app/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue