Bumping the dockerfile baseimage from node 8.1 to 8.6
This commit is contained in:
parent
c7c972d1d5
commit
66fa5e1e32
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue