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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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