Upgrade Node version to LTS on webui folder

This commit is contained in:
Leonardo Araoz 2021-06-03 07:00:09 -03:00 committed by GitHub
parent dd04c432e9
commit e5024d5d0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
FROM node:12.18
FROM node:14.16
# Current Active LTS release according to (https://nodejs.org/en/about/releases/)
ENV WEBUI_DIR /src/webui
ARG ARG_PLATFORM_URL=https://pilot.traefik.io