Merge pull request #546 from vdemeester/bump-webui-node
Bump node to 6 for webui
This commit is contained in:
commit
4c54a003fa
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:5.4
|
||||
FROM node:6.3.0
|
||||
|
||||
ENV WEBUI_DIR /src/webui
|
||||
RUN mkdir -p $WEBUI_DIR
|
||||
|
|
Loading…
Reference in a new issue