1
0
mirror of https://github.com/containous/traefik.git synced 2025-02-14 01:57:36 +03:00

Bump node to version 6 for webui

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2016-07-20 15:26:48 +02:00
parent 3bf6c59d23
commit a5f3eabf8b

View File

@ -1,4 +1,4 @@
FROM node:5.4
FROM node:6.3.0
ENV WEBUI_DIR /src/webui
RUN mkdir -p $WEBUI_DIR