chore(node/webui): update node to 12.11 version

This commit is contained in:
Antoine Caron
2019-10-14 17:18:04 +02:00
committed by Traefiker Bot
parent cb3328dca3
commit 0048156379
3 changed files with 4 additions and 4 deletions

View File

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