chore(webui): upgrade nodejs to Node current LTS

This commit is contained in:
Antoine Caron
2020-08-03 18:18:03 +02:00
committed by GitHub
parent 3214904cc7
commit 9df0a6208b

View File

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